summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/html-mode/link.stylesheet-ie
blob: 9cf9fece36bba0e5e03fcc4b82f3e303d70db3a2 (plain) (blame)
1
2
3
4
5
6
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <!--[if IE]><link stylesheet="..." /><![endif]-->
# --
<!--[if IE]>
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
<![endif]-->