yasnippet/snippets/html-mode/link.stylesheet
2010-03-15 21:58:33 +00:00

4 lines
177 B
Plaintext

#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />