1.0.5 • Published 5 years ago

super-reset-css v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

super-reset.css

super-reset.css removes the initial css elements in all browsers

version license

NPM

npm install super-reset-css

Yarn

yarn add super-reset-css

Getting Started

  1. Download and extract the css pack
  2. Copy the super-reset.css, super-reset.min.css, super-reset.scss or super-reset.sass to your project
  3. Include the reference in the source html file:
    <head>
        <link rel="stylesheet" href="super-reset.css">
    </head>

Use in Angular

In the angular.json file insert the css source file in the styles array:

```json
"styles": [
    "src/styles.css",
    "node_modules/super-reset-css/super-reset.min.css"
],
```

Overview

  • Normalize some css elements
  • Remove margins and padsings
  • Remove margin, paddings, test decoration in Forms and Inputs
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago