mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
support functions in operations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user