ANTD CSS
import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
Puzzled Parrot
import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
Add @import '~antd/dist/antd.css';
To the top of either/both of App.css and Index.css.