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
While working on our design system i ran into the issue that we use the additionalData option present in Vite and Webpack's scss-loader to add global preambles for importing our SCSS variables and the Sass libraries for math, lists, etc.
This is probably a use case for a custom resolver, but i wanted to check if this is probably an option that should be available to the cli.
Thanks for this project, it's very promising!
The text was updated successfully, but these errors were encountered:
While working on our design system i ran into the issue that we use the
additionalData
option present in Vite and Webpack'sscss-loader
to add global preambles for importing our SCSS variables and the Sass libraries for math, lists, etc.This is probably a use case for a custom resolver, but i wanted to check if this is probably an option that should be available to the cli.
Thanks for this project, it's very promising!
The text was updated successfully, but these errors were encountered: