Closed esb closed 4 years ago
According to the HAML Reference
/![if !IE] You are not using Internet Explorer, or are using version 10+.
is compiled to:
<!--[if !IE]><!--> You are not using Internet Explorer, or are using version 10+. <!--<![endif]-->
However, hamlit generates this instead:
<!--[if !IE]> You are not using Internet Explorer, or are using version 10+. <![endif]-->
Thanks to report this. I fixed the issue in Hamlit v2.11.0.
According to the HAML Reference
is compiled to:
However, hamlit generates this instead: