Added test for #669 - Cannot use CSS rule !important in style block of marko file

This commit is contained in:
Patrick Steele-Idem 2017-04-12 20:35:12 -06:00
parent 6f89fe04ea
commit de0c491fc6
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
<div class="foo-class"></div>

View File

@ -0,0 +1,6 @@
style {
.foo-class {
height: 50px !important;
}
}
<div.foo-class/>