Open
Description
I really like your grass project, I have previously used this library for some of my command line tools that deal with scss, with good results. In my recent project, I have some dependent code that uses @import "theme.scss"
or @import "theme"
to import scss files under load_paths
.
However, when I try to use grass, I find that the former always fails to import.
I browsed through the source code and found that find_import
function handles paths with scss
, sass
, css
file extensions differently than paths without extensions, and that the former one does not attempt to use load_paths in the current version and has been marked as a TODO.
// todo: consider load paths
Are there any plans to add this feature in the near future?
Metadata
Assignees
Labels
No labels
Activity