A reset Css which can be used in css or sass.
In your command line of the project type this :
npm install ribs-reset-css
# or
yarn add ribs-reset-css
In the head part of your website add this before all your css links :
<link rel="stylesheet" href="node_modules/ribs-reset-css/style.min.css">
In the first line of your global style put this :
@import "~ribs-reset-css";