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