Add tests for #618

This commit is contained in:
Luke Page
2012-08-30 20:26:08 +01:00
parent 86520e53e8
commit fc2809c969
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

View File

@@ -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");