1.0.0 • Published 10 months ago

andy-reset v1.0.0

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

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)

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

Option 2 (git)

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

Links

1.0.0

10 months ago