mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added test for #669 - Cannot use CSS rule !important in style block of marko file
This commit is contained in:
parent
6f89fe04ea
commit
de0c491fc6
@ -0,0 +1 @@
|
||||
<div class="foo-class"></div>
|
||||
@ -0,0 +1,6 @@
|
||||
style {
|
||||
.foo-class {
|
||||
height: 50px !important;
|
||||
}
|
||||
}
|
||||
<div.foo-class/>
|
||||
Loading…
x
Reference in New Issue
Block a user