stylelint-processor-arbitrary-tags icon indicating copy to clipboard operation
stylelint-processor-arbitrary-tags copied to clipboard

Does it support CSS-in-JS ?

Open vinodtik opened this issue 5 years ago • 0 comments

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.

vinodtik avatar Jan 30 '20 12:01 vinodtik