Skip to content

Instantly share code, notes, and snippets.

@alexshive
Last active December 20, 2015 13:49
Show Gist options
  • Select an option

  • Save alexshive/6141393 to your computer and use it in GitHub Desktop.

Select an option

Save alexshive/6141393 to your computer and use it in GitHub Desktop.
Stylesheet HTML link tag snippet for Sublime Text
<snippet>
<content><![CDATA[
<link rel="stylesheet" href="${1:style.css}" />
]]></content>
<tabTrigger>link</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment