antd theme customization broken with next-plugin-antd-less versions >= 1.0.0
See original GitHub issueSteps to reproduce:
git clone https://github.com/rriski/next-plugin-antd-lessyarn && yarn dev- Table background is red and table header background is blue as specified in assets/antd-custom.less.
- Update
next-plugin-antd-lessto version 1.0.5. yarn && yarn dev- Table background and header color are not changed from the default values.
The repo follows https://github.com/vercel/next.js/tree/canary/examples/with-ant-design-less with next-plugin-antd-less added. This plugin supported customizing the antd theme (https://ant.design/docs/react/customize-theme) prior to v1.0.0.
I suppose this commit is to blame: https://github.com/SolidZORO/next-plugin-antd-less/commit/418ec5c7a57153af00cc7632fbbc21b5a8b1e7e9.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Customization of theme is broken with latest version of less ...
(Follow the entire guide to customize theme for antd) ... Customization still works fine if the version of less loader is ~v5.
Read more >Customize Theme - Ant Design
Ant Design allows you to customize our design tokens to satisfy UI diversity from business or brand requirements, including primary color, border radius, ......
Read more >There is a problem that Customize Ant Design Theme is not ...
I am customizing the theme of antd while using next.js. ... withAntdLess = require('next-plugin-antd-less'); module.exports = withAntdLess({ ...
Read more >How to Customize Ant Design Theme in a Next.js App
In this article I will show you how to customize the default Ant Design theme in a Next.js project.
Read more >How to customize Ant design theme for Next.js
Install next-plugin-antd-less. the customization guide that you will find in the official site of ant design won't work. this simplest way ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Doesn’t work for Antd 4.15+
this file https://github.com/rriski/next-plugin-antd-less/blob/main/assets/antd-custom.less
will change to
The previous version used ‘less-vars-to-js’ to help with the conversion and the problem may have been hidden, but now I’ve removed ‘less-vars-to-js’. The problem came up.