🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

reset-css-dogmatic

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reset-css-dogmatic

A modified and dogmatic version of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
8
300%
Maintainers
1
Weekly downloads
 
Created
Source

reset.css

A modified and dogmatic version of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.

Install

With curl:

$ curl -O "https://unpkg.com/reset-css-dogmatic@1.0.4/reset.css"
$ curl -O "https://unpkg.com/reset-css-dogmatic@1.0.4/sass/_reset.scss"
$ curl -O "https://unpkg.com/reset-css-dogmatic@1.0.4/less/reset.less"

With NPM:

$ npm install --save reset-css-dogmatic

With Yarn:

$ yarn add reset-css-dogmatic

With Bower:

$ bower install reset-css-dogmatic

Usage

HTML:

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

CSS:

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

Via PostCSS and postcss-import:

@import 'reset-css-dogmatic';

Via webpack and css-loader:

import 'reset-css-dogmatic';

Via Sass:

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

Via Less:

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

FAQs

Package last updated on 10 Apr 2019

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