Socket
Socket
Sign inDemoInstall

minimal-css-reset

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    minimal-css-reset

a minimal CSS Reset usable with Normalize.css


Version published
Maintainers
1
Install size
6.67 kB
Created

Readme

Source

reset.css

A minimal CSS reset usable with Normalize.css

Install

With curl:

$ curl -O "https://unpkg.com/minimal-css-reset@1.1.0/reset.min.css"
$ curl -O "https://unpkg.com/minimal-css-reset@1.1.0/sass/_reset.scss"
$ curl -O "https://unpkg.com/minimal-css-reset@1.1.0/less/reset.less"

With NPM:

$ npm install --save reset-css

With Yarn:

$ yarn add reset-css

Usage

HTML:

<link rel="stylesheet" href="/path/to/minimal-css-reset/reset.css" />

CSS:

@import '/path/to/minimal-css-reset/reset.css';

Via PostCSS and postcss-import:

@import 'minimal-css-reset';

Via webpack and css-loader:

import 'minimal-css-reset';

Via Sass:

@import '/path/to/minimal-css-reset/sass/reset';

Via Less:

@import '/path/to/minimal-css-reset/less/reset';

See in action

CodePen

Changelog

v2.0.0

  • a with underline.

v1.1.0

  • removed body margin.
  • added body best practices.
  • added inputs fonts reset.
  • fixed dl, dd reset.
  • removed blockquote left margin.
  • better image, video.
  • removed iframe border.
  • added th,td reset.
  • remove animations and transitions for people that prefer not to see them.
  • NEW minified version.

License: none (public domain)

FAQs

Last updated on 30 Sep 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc