unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/html-mode/link.stylesheet-ie
2016-02-18 14:53:30 +01:00

6 lines
232 B
Plaintext

#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]-->