stylelint-processor-arbitrary-tags
stylelint-processor-arbitrary-tags copied to clipboard
Does it support CSS-in-JS ?
I want to lint some css like this :
<style jsx>{`
.demoClass {
bad-property: ${ some value };
}
`}
</style>
Can this lint this thing in my nextJS
application. I'm using css-in-js
for stylings.