summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/html-mode/link.stylesheet
blob: 09533965f3d32db6be22e55f2d4a378045a634a7 (plain) (blame)
1
2
3
4
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />