PostCSS + tachyons
Closed this issue · 0 comments
maxgerber commented
Tachyons works well for rapid prototyping but natively lacks certain features and customisation abilities. A PostCSS installation would allow us to:
- customise certain aspects of tachyons as we need them, for instance, adding extra font sizes or specific colours
- allow us to utilise native CSS features that are impossible to replicate in vanilla tachyons (e.g.
background: url('a-background.svg');