UNPKG

@solfacil/girassol

Version:
27 lines (23 loc) 413 B
import { sizings } from './spacing' export default { width: { 'fit-content': 'fit-content', ...sizings, }, height: { 'fit-content': 'fit-content', ...sizings, }, minHeight: sizings, maxHeight: sizings, minWidth: sizings, maxWidth: sizings, spacing: sizings, colors: { transparent: 'transparent', }, outline: { focused: '', 'focused-invert': '', }, }