UNPKG
fd-gulp-less
Version:
latest (0.0.2)
0.0.2
0.0.1
convert less file to css
fd-gulp-less
/
test
/
style_test
/
2.less
14 lines
(13 loc)
•
270 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.rounded-corners
(
@radius
:
5px
) { -webkit-
border-radius
:
@radius
; -moz-
border-radius
:
@radius
; -ms-
border-radius
:
@radius
; -o-
border-radius
:
@radius
;
border-radius
:
@radius
; }
#header
{
.rounded-corners
; }
#footer
{
.rounded-corners
(
10px
); }