We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current workaround in src/subject-select/lib/subject-select.module.scss:
src/subject-select/lib/subject-select.module.scss
@use '@material/chips/_index.scss' as chips;
We want it to read like (this should automatically import _index.scss and create a chips namespace):
_index.scss
chips
@use '@material/chips'
See this original issue for more info.
The text was updated successfully, but these errors were encountered:
This might have something to do with the known issues with sass-loader's module resolution. See this issue for more info on that.
sass-loader
Sorry, something went wrong.
No branches or pull requests
Current workaround in
src/subject-select/lib/subject-select.module.scss
:We want it to read like (this should automatically import
_index.scss
and create achips
namespace):See this original issue for more info.
The text was updated successfully, but these errors were encountered: