Since commit ec8334d, we cannot @import multiple less files.
I even tried the example package mentioned in the documentation (https://github.com/sneridagh/example.bootstrap) to be sure. It works with collective.lesscss 1.2 but not with newer versions.
This is caused IMHO by the fact that the compiler doesn't have any "directory context" anymore to find the other files (as it now uses pipes instead of files to compile content).
Since commit ec8334d, we cannot
@importmultiple less files.I even tried the example package mentioned in the documentation (https://github.com/sneridagh/example.bootstrap) to be sure. It works with
collective.lesscss1.2 but not with newer versions.This is caused IMHO by the fact that the compiler doesn't have any "directory context" anymore to find the other files (as it now uses pipes instead of files to compile content).