These are simple reset styles to get started on your next frontend project. It uses ideas from all major resets stylesheets like Eric Meyers Reset and html5doctor.com Reset Stylesheet, but just includes the absolute necessary styles.
The package is available npm.
Add the package to your package.json file by typing this command into your terminal:
npm install miux-reset --save
yarn add miux-reset
... or add the following line inside 'dependencies'to your package.json:
"miux-reset": "^2.0.0"
import '../../node_modules/miux-reset/reset.css';
/* other imports and more styles */
import miuxReset from "miux-reset";
const GlobalStyle = createGlobalStyle`
${miuxReset}
/* other styles */
`;
- Reset styles based on SCSS
- Plain CSS file for easy import and usage everywhere
- Stripped bower support
Miux is a small agency in Chur, the eastern part of Switzerland.
The developers behind are:
- Andrew Jelley (https://jelley.fish)
- Marc Wieland (https://marcwieland.name)
If you like the styles give a shout-out and tell us.