mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Add tests for #618
This commit is contained in:
@@ -48,7 +48,9 @@
|
||||
green: 255;
|
||||
blue: 255;
|
||||
rounded: 11;
|
||||
rounded-two: 10.67;
|
||||
roundedpx: 3px;
|
||||
roundedpx-three: 3.333px;
|
||||
percentage: 20%;
|
||||
color: #ff0011;
|
||||
mix: #ff3300;
|
||||
|
||||
@@ -52,7 +52,9 @@
|
||||
green: green(#0f0);
|
||||
blue: blue(#00f);
|
||||
rounded: round(@r/3);
|
||||
rounded-two: round(@r/3, 2);
|
||||
roundedpx: round(10px / 3);
|
||||
roundedpx-three: round(10px / 3, 3);
|
||||
percentage: percentage(10px / 50);
|
||||
color: color("#ff0011");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user