brandocms / europacss

A design system for responsive websites
MIT License
0 stars 0 forks source link

Allow a "catch-all fallback" for config breakpoints #93

Closed tmjoen closed 2 years ago

tmjoen commented 2 years ago
typography: {
  sizes: {
    xs: {
      mobile: '10px',
      '*': '2vw'
    }
  }
}

will set all other breakpoints to 2vw