SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
145 stars 47 forks source link

Do not require a space between @media and its condition #311

Closed SomMeri closed 8 years ago

SomMeri commented 8 years ago

Taken from this comment

Quote: "Ok narrowed it down in this example. an @media(max-width:720px) causes this error to happen. The only fix is to put a space between @media (max-width:720px)"