Skip to content

Commit

Permalink
Convert @font-face and @media to use SASS syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
beausmith committed May 4, 2011
1 parent 307d812 commit 444d512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Snippets/@font-face.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>@font-face {
<string>@font-face
font-family: $1
src: url($2)$0
}</string>
src: url($2)$0</string>
<key>name</key>
<string>@font-face</string>
<key>scope</key>
Expand Down
5 changes: 2 additions & 3 deletions Snippets/@media.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>@media ${1: print} {
$0
}</string>
<string>@media ${1:print}
$0</string>
<key>name</key>
<string>@media</string>
<key>scope</key>
Expand Down

0 comments on commit 444d512

Please sign in to comment.