Open AtarisMio opened 6 years ago
I use postcss to transform my css code. and I use nest syntax in my .css file. but the linter can't recognise the nest code in .css.
I found here is a hard code for it. https://github.com/atfzl/eslint-plugin-css-modules/blob/master/lib/core/index.js#L120
Is here a solution for use nest syntax in .css file?
Hi,
Can you provide some example and some code.
I use postcss to transform my css code. and I use nest syntax in my .css file. but the linter can't recognise the nest code in .css.
I found here is a hard code for it. https://github.com/atfzl/eslint-plugin-css-modules/blob/master/lib/core/index.js#L120
Is here a solution for use nest syntax in .css file?