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

support parsing <style> tags #61

Open
afknapping opened this issue Jul 13, 2017 · 1 comment
Open

support parsing <style> tags #61

afknapping opened this issue Jul 13, 2017 · 1 comment

Comments

@afknapping
Copy link

my usecase are component files which bring their css in <style> tags (for example Vue.js Single File Components).

doesn't need to be vue-specific though, i could do the same thing with vanilla html files.

@adambullmer
Copy link

I'd also like to see support for inline style tags. I'm definitely hunting for vue single file components, but I don't imagine it would be difficult to ignore things outside of <style> tags regardless of file extension. Vue also uses a language property on their style tags so if necessary, you could filter on scss annotated style.

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

No branches or pull requests

2 participants