1.0.5 • Published 6 years ago
super-reset-css v1.0.5
super-reset.css
super-reset.css removes the initial css elements in all browsers
NPM
npm install super-reset-cssYarn
yarn add super-reset-cssGetting Started
- Download and extract the css pack
- Copy the
super-reset.css,super-reset.min.css,super-reset.scssorsuper-reset.sassto your project - 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