super-reset-css
v1.0.5
Published
super-reset.css removes and normalize the annoying css elements in all browsers
Downloads
2
Maintainers
Readme
super-reset.css
super-reset.css removes the initial css elements in all browsers
NPM
npm install super-reset-css
Yarn
yarn add super-reset-css
Getting Started
- Download and extract the css pack
- Copy the
super-reset.css
,super-reset.min.css
,super-reset.scss
orsuper-reset.sass
to 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