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
/
dark.less
11 lines
(7 loc)
•
111 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.dark
{
@background:
black;
@color:
blue;
//@import "light";
background
:
@background
;
color
:
@color
; }