Skip to content
New issue

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

Debug Sass import file abbreviations #11

Closed
nicholaschiang opened this issue Apr 6, 2020 · 1 comment
Closed

Debug Sass import file abbreviations #11

nicholaschiang opened this issue Apr 6, 2020 · 1 comment
Labels
p4 Low priority tasks type:bug Something isn't working in a story

Comments

@nicholaschiang
Copy link
Member

Current workaround in 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):

@use '@material/chips'

See this original issue for more info.

@nicholaschiang nicholaschiang added type:bug Something isn't working in a story help wanted p4 Low priority tasks labels Apr 6, 2020
@nicholaschiang nicholaschiang changed the title fix: debug Sass import file abbreviations Debug Sass import file abbreviations Aug 25, 2020
@nicholaschiang
Copy link
Member Author

This might have something to do with the known issues with sass-loader's module resolution. See this issue for more info on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4 Low priority tasks type:bug Something isn't working in a story
Projects
None yet
Development

No branches or pull requests

1 participant