-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing \9 hacks in minified CSS. #1056
Comments
you can do your example is minified css which makes it difficult to work out what exactly you are referring to. isn't the less already correct and working in the less folder (https://github.com/TalksLab/metro-bootstrap/tree/master/less) ? |
thanks for your help. I was trying to avoid downloading all the less files but will either do that or escape the backslashes. cheers, On Dec 5, 2012, at 6:44 AM, Luke Page [email protected] wrote:
|
Luke, sry, but |
@kriku By now Less compiles statements like As for the whitespace problem with
(Though yet again, escaping is not really necessary for |
but if you want put some variable? something like
this code add whitespace after variable, like |
|
Thanks! Really cool features! And helpfull community! |
hello, the parser doesn't seem to correctly handle the \9 IE hack. this file exhibits the problem:
https://github.com/TalksLab/metro-bootstrap/blob/master/css/metro-bootstrap.css
thanks in advance, sean.
The text was updated successfully, but these errors were encountered: