3.0.0 • Published 4 years ago

minimal-css-reset v3.0.0

Weekly downloads
2
License
Unlicense
Repository
github
Last release
4 years ago

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)

3.0.0

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago