-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededplannedWe would like to add this feature at some pointWe would like to add this feature at some point
Description
It would be great to allow an index.scss file to be imported if a directory is found. Example
@import "./fruits"If ./fruits is found to be a directory, it would look for ./fruits/index.scss or ./fruits/index.sass.
The reason behind this is to make it easier to consume packages containing Sass files. For example.
We can then download packages into a directory, add that directory as a single load path and then in our main file we can easily do:
@import "nib-styles-common";
@import "nib-styles-dialog";Which is a little neater than any alternative.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededplannedWe would like to add this feature at some pointWe would like to add this feature at some point
