Skip to content

Commit

Permalink
Merge pull request #191 from danfooo/master
Browse files Browse the repository at this point in the history
Removed media=all from link:css since it's the de-facto standard, see http://perfectionkills.com/optimizing-html/#1_style_media_all
  • Loading branch information
sergeche committed Mar 13, 2013
2 parents 6e9562b + ea5d954 commit df28418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets.json
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 df28418

Please sign in to comment.