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
Thank! Please note that this is an obsolete version of Emmet, I’m working on a new version now: https://www.npmjs.com/~emmetio
PS: still no response from VSCode devs regarding my last email about MS support for new Emmet 😔
Take any editor that has emmet support: VS Code/ Sublime Text etc.
In a css file, invoke emmet abbreviation expansion after keeping the cursor right next to the
:
in a any CSS rule.Expected: No expansion
Actual:
:;
gets added. For examplepadding:10px;
becomespadding::;10px;
The text was updated successfully, but these errors were encountered: