@christiantran/utility-css-reset
v1.1.0
Published
This is a css reset file that is inspired by the Josh Comeau css reset. This is so that I don't have to re-define all the default universal css everytime I start a new project to have a clean slate.
Readme
utility-css-reset
installation instructions
npm install @christiantran/utility-css-reset
usage
import "@christiantran/utility-css-reset"
- make sure to import the CSS reset file where the global CSS is applied.
CSS reset
Inspired by the Josn Comeau CSS reset principles and guides, this is so that I can import this into the start of any of my personal projects so I don't have to keep re-defining default global CSS.
I can then tweak this CSS to my liking once I import this.
