UNPKG
asset-rack
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
Asset management framework for nodejs
techpines/asset-rack
asset-rack
/
test
/
fixtures
/
less
/
simple.min.css
5 lines
(4 loc)
•
121 B
CSS
View Raw
1
2
3
4
5
p
{
color
:green;}
h3
{
color
:teal;}
h1
{
color
:green;}
body
{
background
:blue;}
body
p
{
text-align
:center;}
body
p
a
{
color
:
'#999'
;}