google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

cssImport should support less import-once #684

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://lesscss.org/#-importing

Using these currently blows up with a Rhino error.
It would be great if the CssImportPreProcessor supported import-once in 
addition to import for better support for LessCSS features.

Github issue: https://github.com/alexo/wro4j/issues/100

Original issue reported on code.google.com by alex.obj...@gmail.com on 3 Mar 2013 at 8:20

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.6.x. 
A new processor was created (lessCssImport) which is supporting the following 
import statements:

@import
@import-once
@import-multiple

as described here: https://github.com/SomMeri/less4j/wiki/Less-Language-Import

Original comment by alex.obj...@gmail.com on 9 Mar 2013 at 10:58