css
css copied to clipboard
🐞 Incorrect collision warning highlighting
Description
import type { Config } from '@master/css'
export default {
styles: {
btn: {
'': 'center-content inline-flex font:medium',
// size
xs: 'font:12 h:6x px:2x r:2x',
sm: 'font:12 h:8x px:3x r:2x',
md: 'font:14 h:10x px:4x r:2x',
lg: 'font:16 h:12x px:5x r:2x',
rounded: {
xs: 'rounded font:12 h:6x px:2x r:2x',
sm: 'rounded font:12 h:8x px:4x',
md: 'rounded font:14 h:10x px:5x',
lg: 'rounded font:16 h:12x px:6x'
},
// color
neutral: 'bg:invert fg:invert'
}
}
} as Config
Reproduction
No response
System Informations
No response