microsoft / vscode-emmet-helper

A helper module to use emmet modules with Visual Studio Code
MIT License
39 stars 32 forks source link

css emmet with `!important` #58

Closed yoyo930021 closed 3 years ago

yoyo930021 commented 3 years ago

I don't know is it a bug?

Ref: https://github.com/vuejs/vetur/issues/2742

rzhao271 commented 3 years ago

There's two bugs here:

  1. ! should have suggested !important instead of ! and !!!. Emmet thinks the syntax is HTML within the style block for some reason.
  2. !im should resolve to !important rather than im !important.
rzhao271 commented 3 years ago

For point 1, see https://github.com/microsoft/vscode/issues/119736 For point 2, see https://github.com/emmetio/emmet/issues/650

rzhao271 commented 3 years ago

Closing in favour of https://github.com/microsoft/vscode/issues/120245