We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4012503 commit 036b1e5Copy full SHA for 036b1e5
build/build.xml
@@ -653,7 +653,7 @@
653
654
<!-- replace imports with h5bp-import tags (part 1) this one wraps @media types -->
655
<replaceregexp file="${dir.intermediate}/${dir.css}/${file.root.stylesheet}"
656
- match="^@import *url *\( *'?([^'^ ]*)'? *\) *([a-z]*).*$"
+ match="^@import *url *\( *'?([^'^ ]*)'? *\) *([a-zA-Z, ]*);.*$"
657
replace="@media \2{ /* h5bp-import: \1 */ }" byline="true" />
658
659
<!-- replace imports with h5bp-import tags (part 2) -->
0 commit comments