SolidZORO / next-plugin-antd-less

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

导出静态html,antd 样式可以,css可以,自定义的less没有样式?求解 #9

Closed tanwei0425 closed 3 years ago

tanwei0425 commented 3 years ago

image next.config.js配置

SolidZORO commented 3 years ago

lessVarsFilePath 里面的 antd.less 文件格式是变量,比如:

@primary-color: #d61a1b;
@primary-color--dark: #fff;

你想要实现什么?覆盖 antd 的 样式?