super-reset-css
v1.0.5
Published
super-reset.css removes and normalize the annoying css elements in all browsers
Downloads
5
Maintainers
Readme
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
