We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a530cfd commit a81bd9eCopy full SHA for a81bd9e
snippets/comment/html/html-conditional.sublime-snippet
@@ -0,0 +1,9 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<!--[if ${1:IE} ${2:8}]>
4
+ ${3}
5
+<![endif]-->
6
+]]></content>
7
+ <tabTrigger>xhcond</tabTrigger>
8
+ <description>xh - Conditional Comment</description>
9
+</snippet>
0 commit comments