mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
enhance: antd style at top (#43847)
This commit is contained in:
parent
82090a1dc2
commit
6ff18d1786
@ -76,6 +76,9 @@ export default function genComponentStyleHook<ComponentName extends OverrideComp
|
||||
hashId,
|
||||
nonce: () => csp?.nonce!,
|
||||
clientOnly: options?.clientOnly,
|
||||
|
||||
// antd is always at top of styles
|
||||
order: -999,
|
||||
};
|
||||
|
||||
// Generate style for all a tags in antd component.
|
||||
|
@ -109,7 +109,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@ant-design/colors": "^7.0.0",
|
||||
"@ant-design/cssinjs": "^1.14.0",
|
||||
"@ant-design/cssinjs": "^1.16.0",
|
||||
"@ant-design/icons": "^5.1.0",
|
||||
"@ant-design/react-slick": "~1.0.0",
|
||||
"@babel/runtime": "^7.18.3",
|
||||
|
Loading…
Reference in New Issue
Block a user