epiphany/node_modules/hamljs/test/fixtures/comment.block.conditional.haml
2023-12-09 22:19:03 -08:00

9 lines
No EOL
247 B
Text

/[if IE]
%a{ 'href' : 'http://www.mozilla.com/en-US/firefox/' }
%h1 Get Firefox
/[if IE]
%a{ 'href' : 'http://www.mozilla.com/en-US/firefox/' }
/[if IE 6]
%h1 Get Firefox (IE6 user)
/[if IE 7]
%h1 Get Firefox (IE7 user)