zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
253 stars 83 forks source link

extension issue #305

Closed yanai101 closed 3 years ago

yanai101 commented 3 years ago

I got in the development console this error:

<number> failed attempts to parse. List of the documents: <list of files>

maybe do you have a parser issue?

the list is a most HTML files, but there are some CSS files

zignd commented 3 years ago

Sometimes the parser fails to parse the CSS files it found, due to unsupported features and maybe syntax related to custom CSS preprocessors like Sass or Less. Could you provide a sample of the CSS file it failed to parse? In case it's an open-source code or something you are allowed to share.