A bare-bones CSS reset for modern web development.
Find a file
Andy Bell df5dbf0351 Bump
2019-10-01 15:21:08 +01:00
dist Build 2019-10-01 14:41:57 +01:00
src Fix list whoopsies 2019-10-01 14:40:27 +01:00
.gitignore Initial 2019-10-01 14:02:39 +01:00
CONTRIBUTING.md Contributing guide 2019-10-01 15:04:17 +01:00
LICENCE.txt Initial 2019-10-01 14:02:39 +01:00
package-lock.json Add reset CSS 2019-10-01 14:08:06 +01:00
package.json Bump 2019-10-01 15:21:08 +01:00
README.md Add basic readme 2019-10-01 15:20:28 +01:00

A modern CSS reset

A tiny little reset that you can use as the basis of your CSS projects. You can read a breakdown of it here.

You can find it on NPM, here.

Commands

You can minify and move the main reset to the dist by running:

npm run build