We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e41a7 commit 5a2ce6dCopy full SHA for 5a2ce6d
gatsby-browser.js
@@ -6,4 +6,5 @@ window.react = require('react');
6
window.reactDom = require('react-dom');
7
window.antd = require('antd');
8
9
-require('antd/dist/antd.min.css');
+require('antd/lib/alert/style/index.css');
10
+
0 commit comments