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

@media as mixin parameter causes error #353

Open sherrybomb opened 7 years ago

sherrybomb commented 7 years ago

The following line causes an error with less4j, where lessc does not have a problem with it. When I change the parameter name from @media to @mediaX the error is resolved.

.sapUiRespGridWriteCSS(@media, @name, @screenSize) {