-
Notifications
You must be signed in to change notification settings - Fork 85
Add Sass support #10
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
Comments
Why, if you could just specify a compiled file? I see two ways of realization:
|
I might consider it in the future |
Running webpack dev server with live reload. Everything is in the memory, not in the filesystem. Sass parsing would make sense then, but it isn't actually THAT useful since this extension runs its logic only once (it fires only on first HTML file opening). Having it update with each added class is probably a lot of work, but having something like a 'refresh cache' command would be great as a quick fix. |
The plugin didn't work for me - I use webpack-dev-server, so the compiled CSS isn't available on disk, which means this plugin currently does nothing on the projects I work with. 😐 EDIT: actually, worse, it auto-completes for class-names from the previous webpack build. 👀 |
it would be really great to use this plugin with sass files
The text was updated successfully, but these errors were encountered: