mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
pow() function: more tests
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
atan: 34.00000000000001deg;
|
||||
atan: 45.00000000000001deg;
|
||||
pow: 64px;
|
||||
pow: 64;
|
||||
pow: 27;
|
||||
percentage: 20%;
|
||||
color: #ff0011;
|
||||
tint: #898989;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user