Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonymorar/super-reset.css
super-reset.css removes the initial css elements in all browsers
https://github.com/antonymorar/super-reset.css
css css3 html html5 normalize normalize-css reset-css
Last synced: 10 days ago
JSON representation
super-reset.css removes the initial css elements in all browsers
- Host: GitHub
- URL: https://github.com/antonymorar/super-reset.css
- Owner: AntonyMorar
- License: mit
- Created: 2017-07-31T08:48:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T13:44:33.000Z (over 5 years ago)
- Last Synced: 2024-05-09T02:31:43.997Z (9 months ago)
- Topics: css, css3, html, html5, normalize, normalize-css, reset-css
- Language: CSS
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# super-reset.css
> super-reset.css removes the initial css elements in all browsers[![version](https://img.shields.io/badge/version-1.0.5-ff69b4.svg)]()
[![license](https://img.shields.io/badge/licence-MIT%20Licence-ff69b4.svg)]()**NPM**
```sh
npm install super-reset-css
```**Yarn**
```sh
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:
```html
```# 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