microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
312 stars 176 forks source link

add support for `::slotted`, `:host`, `:host-context`, `:nth-child(1n of .foo)` and `:nth-last-child(1n of .foo)` #356

Closed romainmenke closed 11 months ago

romainmenke commented 1 year ago

fixes : https://github.com/microsoft/vscode-css/issues/13

Screenshot 2023-06-12 at 19 09 10
aeschli commented 11 months ago

Thanks!