Skip to content

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

Open
nexus-uw opened this issue Apr 18, 2016 · 4 comments
Open

Add Sass support #10

nexus-uw opened this issue Apr 18, 2016 · 4 comments

Comments

@nexus-uw
Copy link

it would be really great to use this plugin with sass files

@mrmlnc
Copy link

mrmlnc commented May 1, 2016

Why, if you could just specify a compiled file?

I see two ways of realization:

  • Compilation and caching
  • Write a parser for the selectors

@zignd
Copy link
Owner

zignd commented May 23, 2016

I might consider it in the future

@zignd zignd changed the title [enhancement] sass support? SASS support? May 23, 2016
@zignd zignd changed the title SASS support? Add Sass support May 23, 2016
@dbettini
Copy link

dbettini commented Jul 8, 2016

Why, if you could just specify a compiled file?

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.

@mindplay-dk
Copy link

mindplay-dk commented Mar 17, 2020

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. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants