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

MixinContentDeclaration returns the wrong type #351

Closed cheit-epic closed 1 year ago

cheit-epic commented 1 year ago

https://github.com/microsoft/vscode-css-languageservice/blob/6db83e5329520a96054ae880a43c04c6ce51da05/src/parser/cssNodes.ts#LL1642C27-L1642C27

MixinContentDeclaration returns NodeType.MixinContentReference instead of NodeType.MixinContentDeclaration.