-
Notifications
You must be signed in to change notification settings - Fork 181
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
Weird css issue... #174
Comments
You should be editing |
lol, Thanks! |
No problem :) |
This is confusing, i'm used to webpack handling the sass but in this project the sass compilation is handled outside of webpack. So if anyone else gets this error, don't try pointing your |
The reason for that is that the AOT compiler only works with css files right now. So, as you said, your This might change soon once the webpack aot plugin is integrated into this project, see this thread for info: #112 |
Yeah, once we switch over to using the aot webpack plugin, you'll be able to point straight to the scss file, but the plugin has too many bugs so I don't think it's worth switching yet. Pointing to the css file shouldn't be a huge burden in the meantime, imo. |
I have no idea where to ask this so I apologize. After using
yarn start
, each of my css files are no longer formatted and everything is on one line. It's insanely annoying and I don't know if it's VSCode doing it or something in the qdouble build process. Has anyone seen this?The text was updated successfully, but these errors were encountered: