You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: