π€ Pattern Library First, An Approach For Managing CSS
- π€ Rachel Andrew
- Twitter: @rachelandrew
- Web: http://rachelandrew.co.uk
πΉ
Video:
https://vimeo.com/292470224
Organising CSS in a project can be tricky, especially if you want to create fallbacks for newer CSS such as Grid Layout, fallbacks which can rely on your CSS being in a particular order to take advantage of the cascade. The solution is to develop a pattern library first, to create structured components which can then be compiled into a stylesheet before deployment. And, by making the Pattern Library your build environment β it remains the source of truth, never becoming separate from the CSS deployed on the site. In this talk, Rachel will be looking at some interesting Grid Layout tricks, in the context of a real-life pattern library built using Fractal. Sheβll show you how I structure components, in order to create robust fallbacks for older browsers while fully taking advantage of things that would be impossible without Grid
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.