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