Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribs-organization/ribs-reset-css
A reset css can be used in css or sass/scss
https://github.com/ribs-organization/ribs-reset-css
reset-css reset-sass reset-scss ribs-front-component
Last synced: about 1 month ago
JSON representation
A reset css can be used in css or sass/scss
- Host: GitHub
- URL: https://github.com/ribs-organization/ribs-reset-css
- Owner: Ribs-organization
- License: mit
- Created: 2019-01-30T18:52:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T15:15:21.000Z (over 4 years ago)
- Last Synced: 2024-08-08T15:21:56.162Z (5 months ago)
- Topics: reset-css, reset-sass, reset-scss, ribs-front-component
- Language: CSS
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ribs-reset-css
A reset Css which can be used in css or sass.## How to install it
In your command line of the project type this :
```BASH
npm install ribs-reset-css# or
yarn add ribs-reset-css
```## Use it with css
In the head part of your website add this before all your css links :
```HTML```
## Use it with scss or sass
In the first line of your global style put this :
```HTML
@import "~ribs-reset-css";
```