lesscss-engine
lesscss-engine copied to clipboard
`@import (reference)` doesn't work properly
This is a WIP PR, initially showing that @import (reference)
doesn't work properly. It shouldn't output the contents of the referenced file, only make it available for mixins and variables. This works fine in the same version of the Node module.
I haven't worked out why this is, but I wanted to raise this with the initial code. Additions welcome.