UNPKG
wintersmith-less
Version:
latest (1.0.0)
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
less plugin for wintersmith
github.com/jnordberg/wintersmith-less
jnordberg/wintersmith-less
wintersmith-less
/
example
/
contents
/
style
/
_colors.less
9 lines
(5 loc)
•
110 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
// color defenitions
@foo:
@from-main
;
@background-color:
#f2fef0
;
@text-color:
#0b0c0b
;
@box-color:
#fff
;