New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

andy-reset

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andy-reset

Andy Bell's CSS reset as an NPM package

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

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 git@github.com: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!
  • 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

Keywords

css

FAQs

Package last updated on 05 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts