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: 2 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T15:15:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T12:22:22.420Z (over 1 year 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";
```