UNPKG
systemjs-seed
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
seed project for systemjs and angular
github.com/lookfirst/systemjs-seed
lookfirst/systemjs-seed
systemjs-seed
/
src
/
assets
/
themes
/
light.less
11 lines
(7 loc)
•
114 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.light
{
@background:
green;
@color:
yellow;
//@import "light";
background
:
@background
;
color
:
@color
; }