We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When stylelint was upgrade from 14-15, post-css-in-js was deprecated - instead, there are custom parsers. https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-15.md#breaking-changes One of those is https://www.npmjs.com/package/postcss-lit - Is there a reason we shouldn't switch to using this?
The text was updated successfully, but these errors were encountered:
It's probably something worth looking into. Not all of our CSS is in a Lit component though. For example:
css
style
So we'll want to play around with it to ensure we'd be getting the coverage we want/need.
Sorry, something went wrong.
No branches or pull requests
When stylelint was upgrade from 14-15, post-css-in-js was deprecated - instead, there are custom parsers. https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-15.md#breaking-changes
One of those is https://www.npmjs.com/package/postcss-lit - Is there a reason we shouldn't switch to using this?
The text was updated successfully, but these errors were encountered: