bdkjones / CodeKit-1-Old

146 stars 1 forks source link

ParseError on Less file when using IE specific @media #566

Closed fmarques closed 11 years ago

fmarques commented 11 years ago

The compiler is not allowing to have any of the following blocks:

@media screen\9 {}

@media screen and (min-width:0\0) {}

bdkjones commented 11 years ago

This is not an issue with CodeKit; this would need to be opened on the Less.js GitHub page, as it's an issue for the Less compiler itself. Thanks!

fmarques commented 11 years ago

Ok i will, thanks!