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

fix(package.json): Adding missing required dependencies `less` and and `babel-plugin-import` #15

Closed nagaozen closed 3 years ago

nagaozen commented 3 years ago

Less version is kept on v3.x.x because of the required parens on mixins introduced by less v4.0.0.

SolidZORO commented 3 years ago

I assume this can be installed in the package.json inside your project?