-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Composes not working with SCSS files #85
Comments
|
I think you need to set
|
may be
|
@shuboc have you managed to resolve this? |
@Dharmoslap The problem seems to be related to the resolution of paths when using syntax like |
Every time this issue comes up it is a result of misconfigured |
Probably duplicate of: |
I am writing
.scss
files whichcomposes
classes from other files like this:Then I get error messages as follows:
I am using
filetypes
options to parse.scss
files in my webpack config (to keep things simple, I use only css-loader for scss files):If I modify the config above as
filetypes: {'.scss': ''}
, the error goes away.My guess is the file (b.css) containing the class being composed with is somehow not properly parsed or loaded.
Is there any missing postcss configuration I should add or ideas on how to fix it? Thanks in advance.
The text was updated successfully, but these errors were encountered: