Skip to content

dusanbrankov/css-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom CSS reset

This CSS reset is for my own usage, it is based on:

normalize.css
https://github.com/necolas/normalize.css

Eric Meyer's CSS Reset
https://meyerweb.com/eric/tools/css/reset/

Josh's custom CSS reset
https://www.joshwcomeau.com/css/custom-css-reset/

Usage

The CSS reset consists of two files, normalize.css and reset.css. The css-minify package is used to bundle and minify the named files.

git clone https://github.com/dusanbrankov/css-reset.git
cd css-reset
npm install
npm run minify # save output to reset.min.css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages