diff --git a/README.md b/README.md new file mode 100644 index 0000000..384d1c7 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Miux-Reset +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](http://meyerweb.com/eric/tools/css/reset/) and [html5doctor.com Reset Stylesheet](http://html5doctor.com/html-5-reset-stylesheet/), but just includes the absolute necessary styles. + +## Package Manager +The package is available on [Bower](https://bower.io/) and [npm](https://www.npmjs.com/). + +### NPM +Add package to your package.json file by typing this command into your terminal: +``` +npm install miux-reset --save +``` +... or add the following line inside 'dependencies'to your package.json: +``` +"miux-reset": "^1.0.0" +``` + +### Bower +Add package to your bower.json file by typing this command into your terminal: +``` +bower install miux-reset --save +``` +... or add the following line inside 'dependencies'to your bower.json: +``` +"miux-reset": "^1.0.0" +``` + +## Contributor +[Miux](http://miux.ch) 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 shoudout and tell us.