summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/link.stylesheet-ie
blob: 4f6a7769ab10e4f98b19494f105e9c946396faf7 (plain) (tree)
1
2
3
4
5
6





                                                                                        
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <!--[if IE]><link stylesheet="..." /><![endif]-->
# --
<!--[if IE]>
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
<![endif]-->