CSS boilerplate

April 28, 2025

CSS Boilerplate

What’s a CSS boilerplate?Like an HTML boilerplate, a CSS boilerplate is one or more CSS files you want to include in every project. For most people, this is just a reset style sheet; for others, it also contains additional base or even component styles.

We take it a step further. This boilerplate uses a reset stylesheet and comes with pre-defined rules, but primarily, it establishes a structure using Cascade Layers, giving you more control over the cascade.

Source: CSS boilerplate | fokus

Manuel Matuzović has a new CSS boilerplate, for organising your CSS. Notably, it uses Cascade Layers.