Skip to content
SomMeri edited this page Sep 5, 2012 · 18 revisions

Report (Maybe)

  • Less.js does not support aspect-ratio in css3 media. E.g., this throws syntax error: @media (aspect-ratio: 59/80) {}.
  • Percentage as a Class Name - Less.js does not accept percentage as a class name. Less4j accepts it.
  • Less.js crashed on w3c selectors tests containing :not(:nth-xxx-xxxx(an+b)) and :not(:lang(xxx)). Those cases can be found in less.js-incompatible directory.