Skip to content

Commit

Permalink
Removed media=all from link:css since it's the de-facto standard, see h…
Browse files Browse the repository at this point in the history
  • Loading branch information
danfooo committed Mar 13, 2013
1 parent 6e9562b commit ea5d954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
"bdo:l": "<bdo dir=\"ltr\">",
"col": "<col/>",
"link": "<link rel=\"stylesheet\" href=\"\" />",
"link:css": "<link rel=\"stylesheet\" href=\"${1:style}.css\" media=\"all\" />",
"link:css": "<link rel=\"stylesheet\" href=\"${1:style}.css\" />",
"link:print": "<link rel=\"stylesheet\" href=\"${1:print}.css\" media=\"print\" />",
"link:favicon": "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"${1:favicon.ico}\" />",
"link:touch": "<link rel=\"apple-touch-icon\" href=\"${1:favicon.png}\" />",
Expand Down

0 comments on commit ea5d954

Please sign in to comment.