]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/link.stylesheet-ie
Add 'packages/validate/' from commit '95865f28b0f0b6386b8dcdf2b084f1cd79ffab0d'
[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]-->