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
For projects where your sass code is separated in different directories (bundles), it would be great to have an option to provide aliases. This option would map an arbitrary 'module/bundle' name to a sub-directories inside a project, in a similar way as what webpack does with its resolve.alias option.
For projects where your sass code is separated in different directories (bundles), it would be great to have an option to provide aliases. This option would map an arbitrary 'module/bundle' name to a sub-directories inside a project, in a similar way as what webpack does with its resolve.alias option.
Here is how it could work:
node file
sass file (can be in any directory, e.g. in
./src/bundles/baz/stylesheets/some/module/file
)Aliases would override bower/node modules in case of a name conflict.
The text was updated successfully, but these errors were encountered: