Closed
Description
Files with a CSS extension are processed but imports ending in .css are not. Is this made for performance?
There is no such restriction in the Ruby version and it will be great if it at least can be made optional. I prefer using .css instead of .less because text editors recognize it by default and colorize the LESS syntax fairly well.
I traced the problem to the following line in the tree.Import function:
this.css = /css$/.test(this.path);
Metadata
Metadata
Assignees
Labels
No labels