/crst

css reset

Primary LanguageSvelteMIT LicenseMIT

🥐 crst: css reset

crst (pronounced: croissant) obliterates default browser css styles in order to start with a (consistent) clean sheet when writing your own styles.

It's inspired by various similar projects:

⚠️ It's imperative to use this as a starting point for designing your own styles, unless you hate your users.

Getting started

to install:

npm i crst

then include somewhere in :

import "crst/reset.css";

or download reset.css

and include it before your projects styles

<link rel="stylesheet" href="path/to/reset.css" type="text/css">