UNPKG
grunt-less-to-sass
Version:
0.0.4 (0.0.4)
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
Convert Less Css files to Sass (.scss) files
github.com/viadeo/viadeo-webapp
viadeo/viadeo-webapp
grunt-less-to-sass
/
test
/
fixtures
/
mix.less
10 lines
(6 loc)
•
219 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
@shade:
shade
(
#bbb
,
10%
);
@tint:
tint
(
#bbb
,
10%
);
// @nexted: shade(tint(@black, 24%), 10%);
.gradient-vertical
(
@startColor
:
#555
,
@endColor
:
#333
) { }
#gradient
>
.vertical
(
shade
(
@yellow
,
80%
),
tint
(
@yellow
,
70%
));