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
/
basscss-mutations.css
18 lines
(13 loc)
•
170 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import
'./test/fixtures/basscss'
;
.this-is-not-a-mutation
{
color
: green; }
input
{
border
: none; }
.button
{
color
: blue; }
.left
{
float
: right
/* :) */
}