mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
feat(theme): Add new CSS variables for the "size" series (#54621)
This commit is contained in:
parent
3e3897e09e
commit
3fbcd6d080
1 changed files with 0 additions and 11 deletions
|
@ -30,17 +30,6 @@ export const unitless: {
|
|||
export const ignore: {
|
||||
[key in keyof AliasToken]?: boolean;
|
||||
} = {
|
||||
size: true,
|
||||
sizeSM: true,
|
||||
sizeLG: true,
|
||||
sizeMD: true,
|
||||
sizeXS: true,
|
||||
sizeXXS: true,
|
||||
sizeMS: true,
|
||||
sizeXL: true,
|
||||
sizeXXL: true,
|
||||
sizeUnit: true,
|
||||
sizeStep: true,
|
||||
motionBase: true,
|
||||
motionUnit: true,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue