Open vJaun opened 4 years ago
How can I enable dark theme through using craco?
I don't think you need craco for this.
If your project uses CSS, Add this in your CSS @import '~antd/dist/antd.dark.css';
If you are using Less, use this @import '~antd/dist/antd.dark.less';
How can I enable dark theme through using craco?