You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);