We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e613b commit d6da33bCopy full SHA for d6da33b
.roadhogrc
@@ -2,6 +2,13 @@
2
"entry": "src/index.js",
3
"disableCSSModules": false,
4
"publicPath": "/",
5
+ "theme": {
6
+ "@primary-color": "#1DA57A",
7
+ "@link-color": "#1DA57A",
8
+ "@border-radius-base": "2px",
9
+ "@font-size-base": "16px",
10
+ "@line-height-base": "1.2"
11
+ },
12
"autoprefixer": null,
13
"proxy": {
14
"/api": {
@@ -12,7 +19,7 @@
19
},
20
"extraBabelPlugins": [
21
"transform-runtime",
15
- ["import", { "libraryName": "antd", "style": "css" }]
22
+ ["import", { "libraryName": "antd", "style": true }]
16
23
],
17
24
"env": {
18
25
"development": {
0 commit comments