SolidZORO / next-plugin-antd-less

🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
MIT License
345 stars 48 forks source link

Enable CSS Support for Component-Level Styles #58

Closed samkahchiin closed 3 years ago

samkahchiin commented 3 years ago

My component is generated dynamically based on the user selection, therefore, I would like to enable CSS Support for Component-Level Styles instead of CSS Module Support.

Is it possible to do this in next-plugin-antd-less? Thanks.

SolidZORO commented 3 years ago

you can see:

https://github.com/SolidZORO/mkn/blob/5fd9609230532978600ec8a7d4113ca3b9f3a5f7/src/page-components/test/Test/Test.tsx#L9-L25