UNPKG
mixdown-less
Version:
latest (0.1.1)
0.1.1
0.1.0
Mixdown plugin for LESS CSS. Generates a pipeline that builds LESS and CSS.
mixdown-less
/
tests
/
css
/
style.less
9 lines
(7 loc)
•
180 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
@import
"elements.less"
;
body
{
background
:
#fff
;
font
:
18px
/
24px
"HelveticaNeue"
,
"Helvetica Neue"
, Helvetica, Arial, sans-serif;
font-family
:
'Special Elite'
;
.gradient
; }