1.0.9 • Published 10 months ago

mixed-reset v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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)

  1. Install mixed-reset using NPM
    npm install mixed-reset
  2. <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";
  3. Et viola!

Option 2 (git)

  1. Clone this repository by using HTTPS, SSH, or GitHub CLI
    # HTTPS
    git clone https://github.com/geomydas/mixed-reset.git
    # SSH
    git clone git@github.com:geomydas/mixed-reset.git
    # GitHub CLI
    gh repo clone geomydas/mixed-reset
  2. 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";
  3. Et voila!

Option 3 (CDN)

  1. 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";
  2. Et viola!

Links

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago