crst

1.0.2 • Public • Published

🥐 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">

Readme

Keywords

none

Package Sidebar

Install

npm i crst

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.83 kB

Total Files

4

Last publish

Collaborators

  • nikolai-cc