Skip to content

Commit

Permalink
Support media queries in @import, such as `@import url(foo.css) scr…
Browse files Browse the repository at this point in the history
…een and (min-width:50px);`
  • Loading branch information
joshvarner committed Nov 5, 2010
1 parent 7d3a183 commit 4c77841
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Syntaxes/CSS.plist
Expand Up @@ -55,7 +55,7 @@
</dict>
<dict>
<key>begin</key>
<string>(url)\s*(\()\s*</string>
<string>\s*(url)\s*(\()\s*</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down Expand Up @@ -97,6 +97,10 @@
</dict>
</array>
</dict>
<dict>
<key>include</key>
<string>#media-query-list</string>
</dict>
</array>
</dict>
<dict>
Expand Down

0 comments on commit 4c77841

Please sign in to comment.