pow() function: more tests

This commit is contained in:
Gustavo Henke
2013-01-08 23:56:18 -02:00
committed by Luke Page
parent 0ac95336f7
commit 11aba0ea45
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,8 @@
atan: 34.00000000000001deg;
atan: 45.00000000000001deg;
pow: 64px;
pow: 64;
pow: 27;
percentage: 20%;
color: #ff0011;
tint: #898989;

View File

@@ -75,6 +75,8 @@
atan: convert(acos(cos(34deg)), deg);
atan: convert(acos(cos(50grad)), deg);
pow: pow(8px, 2);
pow: pow(4, 3);
pow: pow(3, 3em);
percentage: percentage(10px / 50);
color: color("#ff0011");
tint: tint(#777777, 13);