mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-14 06:20:47 +00:00
update
This commit is contained in:
9
node_modules/hamljs/test/fixtures/comment.block.conditional.haml
generated
vendored
Normal file
9
node_modules/hamljs/test/fixtures/comment.block.conditional.haml
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/[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)
|
Reference in New Issue
Block a user