export type CssUnit = `${number}${'px' | 'rem' | '%'}` | 'auto';
