Auto-completion doesn't work in <style> block in Vue single file components, however it works fine in .css files. Is support for Vue not yet available, if not is it planed?
More context:
I have my CSS variables defined in src/theme.css file and a basic component src/App.vue
Auto-completion doesn't work in
<style>block in Vue single file components, however it works fine in.cssfiles. Is support for Vue not yet available, if not is it planed?More context:
I have my CSS variables defined in
src/theme.cssfile and a basic componentsrc/App.vue