]> code.delx.au - gnu-emacs-elpa/blob - snippets/html-mode/link.stylesheet-ie
c4cee761f16691e35fdc2e61169c84a1a176798d
[gnu-emacs-elpa] / snippets / html-mode / link.stylesheet-ie
1 #contributor : Jimmy Wu <frozenthrone88@gmail.com>
2 #name : <!--[if IE]><link stylesheet="..." /><![endif]-->
3 # key: link
4 # --
5 <!--[if IE]>
6 <link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
7 <![endif]-->