]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/link.stylesheet-ie
Merge commit '79a0dc74a2cce6e8c91c378f9bdb742f0403c96d'
[gnu-emacs-elpa] / packages / yasnippet / 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]-->