You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples
The following cases cause error when parsing css files. margin-top: 1px \9; // IE8-9 width: 220px \0; //IE9 and below
In my case the \9 hack is used in boostrap3, and \0 hack is used in boostrap-select plugin, so the workaround would be a find a way to strip the lines containing these hacks and add '' to url().
The text was updated successfully, but these errors were encountered:
Examples
The following cases cause error when parsing css files.
margin-top: 1px \9; // IE8-9
width: 220px \0; //IE9 and below
In my case the \9 hack is used in boostrap3, and \0 hack is used in boostrap-select plugin, so the workaround would be a find a way to strip the lines containing these hacks and add '' to url().
The text was updated successfully, but these errors were encountered: