Open saminton opened 3 months ago
@saminton could you elaborate?
Sorry upon rereading I realise I wasn't very clear. Within a .svelte file the Emmet HTML "snippets" are working as expected as shown here.
But within the <style>
tag they are not
The expected behaviour : it should be showing the same "snippets" as within a CSS file like so
I see. I'm not sure as I'm not using emmet extension. Does it work in the HTML?
It currently works in .html and .css files (and obviously partially in .svelte files) I haven't tried anything else so far
With the Emmet extension installed Emmet snippets are working fine in the HTML part of the code but it doesn't appear to be working for CSS or SCSS within the style tag