feat(theme): Add new CSS variables for the "size" series (#54621)

This commit is contained in:
ug 2025-08-07 22:50:06 +08:00 committed by GitHub
parent 3e3897e09e
commit 3fbcd6d080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
};