magnacarto/mss/tests/010-function.mss
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

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); }