emacs-prelude/vendor/yasnippet/snippets/html-mode/link.stylesheet
2012-02-17 22:12:32 +02:00

5 lines
189 B
Plaintext

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