mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
7 lines
260 B
Text
7 lines
260 B
Text
@foo: #a03;
|
|
@bar: lighten(rgba(100, 50, 75, 150), 20);
|
|
|
|
#func { line-width: 1; line-color: fadeout(@foo, 10%); }
|
|
#funcnested { line-width: 1; line-color: fadeout(lighten(@foo, 10), 20); }
|
|
#funcfunc { line-width: 1; line-color: fadeout(@bar, 12); }
|
|
|