Skip to content

Commit

Permalink
chore: update antd.css version
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 22, 2022
1 parent b020602 commit 324986c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default {
links: [
{
rel: 'stylesheet',
href: 'https://unpkg.com/antd/dist/antd.css',
href: 'https://unpkg.com/antd@4.x/dist/antd.css',
},
],
styles: [
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
links: [
{
rel: 'stylesheet',
href: 'https://unpkg.com/antd/dist/antd.css',
href: 'https://unpkg.com/antd@4.x/dist/antd.css',
},
],
headScripts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
links: [
{
rel: 'stylesheet',
href: 'https://unpkg.com/antd/dist/antd.css',
href: 'https://unpkg.com/antd@4.x/dist/antd.css',
},
],
styles: [
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-webkit-user-select: none;
}
</style>
<link type="text/css" rel="stylesheet" href="https://unpkg.com/antd/dist/antd.css"/>
<link type="text/css" rel="stylesheet" href="https://unpkg.com/antd@4.x/dist/antd.css"/>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion packages/react/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
links: [
{
rel: 'stylesheet',
href: 'https://unpkg.com/antd/dist/antd.css',
href: 'https://unpkg.com/antd@4.x/dist/antd.css',
},
],
headScripts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-test-cases-for-react18/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
links: [
{
rel: 'stylesheet',
href: 'https://unpkg.com/antd/dist/antd.css',
href: 'https://unpkg.com/antd@4.x/dist/antd.css',
},
],
styles: [
Expand Down

0 comments on commit 324986c

Please sign in to comment.