andy-reset
v1.0.0
Published
Andy Bell's CSS reset as an NPM package
Downloads
2
Readme
andy-reset
What is this?
Andy Bell's CSS reset as an NPM package
Why did I make this?
So that I can manage my resets more effectively and consistently
Usage
Option 1 (NPM)
Install andy-reset using NPM
npm install andy-reset
<link>
or@import
the reset inside the HTML or CSS<!-- HTML --> <link rel="stylesheet" href="/node_modules/andy-reset/mixed-reset.min.css" >
/* CSS */ @import "/node_modules/andy-reset/mixed-reset.min.css";
Et viola!
Option 2 (git)
Clone this repository by using HTTPS, SSH, or GitHub CLI
# HTTPS git clone https://github.com/geomydas/andy-reset.git
# SSH git clone [email protected]:geomydas/andy-reset.git
# GitHub CLI gh repo clone geomydas/andy-reset
Link or import the CSS file inside the folder named
andy-reset
<!-- HTML --> <link rel="stylesheet" href="/andy-reset/mixed-reset.min.css" />
/* CSS */ @import "/andy-reset/mixed-reset.min.css";
Et voila!
Option 3 (CDN)
- Link or import the UNPKG link inside the HTML or CSS
<!-- HTML --> <link rel="stylesheet" href="https://unpkg.com/andy-reset/mixed-reset.min.css" />
/* CSS */ @import "https://unpkg.com/andy-reset/mixed-reset.min.css";
- Et viola!
Links
- Browse UNPKG: https://unpkg.com/browse/andy-reset/
- Github repo: https://github.com/geomydas/andy-reset
- NPM page: https://www.npmjs.com/package/andy-reset