UNPKG
immutable-css
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.3
0.0.1
A CSS linter for immutable selectors.
github.com/johnotander/immutable-css
johnotander/immutable-css
immutable-css
/
test
/
fixtures
/
vendor.css
12 lines
(9 loc)
•
102 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.foo
{
background-color
: tomato; }
.foo
{
color
: purple; }
.awesome
.opossum
{
color
: blue; }