support functions in operations

This commit is contained in:
cloudhead
2010-07-05 01:19:04 +02:00
parent 1a30768af9
commit d983d8d1a1
3 changed files with 21 additions and 4 deletions

View File

@@ -19,6 +19,12 @@
size: 5cm - @x; // 1cm
}
.with-functions {
color: rgb(200, 200, 200) / 2;
color: 2 * hsl(0, 50%, 50%);
color: rgb(10, 10, 10) + hsl(0, 50%, 50%);
}
@z: -2;
.negative {