Parse more css
This commit is contained in:
parent
97aa5c5478
commit
899352dd9f
File diff suppressed because it is too large
Load Diff
1455
jirs-css/src/prop.rs
1455
jirs-css/src/prop.rs
File diff suppressed because it is too large
Load Diff
16
jirs-css/tests/a.css
Normal file
16
jirs-css/tests/a.css
Normal file
@ -0,0 +1,16 @@
|
||||
.foo {}
|
||||
|
||||
.bar {
|
||||
}
|
||||
|
||||
.foz {
|
||||
|
||||
|
||||
}
|
||||
|
||||
.baz {
|
||||
display: block;
|
||||
justify-content : space-between;
|
||||
color: red;
|
||||
background-color: #42413d;
|
||||
}
|
Loading…
Reference in New Issue
Block a user