Trying to override antd styles requires the selectors to be more specific than antd's selectors. When using CSS utilities such as tailwind, the only way to increase specificity is to make all properties !important
, which then becomes even harder to override. By giving the option to wrap antd's styles in a cascade layer, it will be much easier to cleanly override its styles when needed.
<ConfigProvider cascadeLayer="framework" />
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too