mixed-reset
v1.0.9
Published
A combined CSS reset based on Andy Bell's CSS reset, Josh Comeau's CSS reset and TailwindCSS' preflight
Downloads
476
Readme
mixed-reset
What is this?
It is a combined CSS reset from Andy Bell's CSS reset, Josh Comeau's CSS reset and TailwindCSS' preflight
Why did I make this?
So that I can better manage my CSS reset and so that I have the best of both worlds of the resets.
Usage
Option 1 (NPM)
Install mixed-reset using NPM
npm install mixed-reset
<link>
or@import
the reset inside the HTML or CSS<!-- HTML --> <link rel="stylesheet" href="/node_modules/mixed-reset/mixed-reset.min.css" >
/* CSS */ @import "/node_modules/mixed-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/mixed-reset.git
# SSH git clone [email protected]:geomydas/mixed-reset.git
# GitHub CLI gh repo clone geomydas/mixed-reset
Link or import the CSS file inside the folder named
mixed-reset
<!-- HTML --> <link rel="stylesheet" href="/mixed-reset/mixed-reset.min.css" />
/* CSS */ @import "/mixed-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/mixed-reset/mixed-reset.min.css" />
/* CSS */ @import "https://unpkg.com/mixed-reset/mixed-reset.min.css";
- Et viola!
Links
- Browse UNPKG: https://unpkg.com/browse/mixed-reset/
- Github repo: https://github.com/geomydas/mixed-reset
- NPM page: https://www.npmjs.com/package/mixed-reset