From dc2231f9ce12ab8db8cb66b2436525ed960296e7 Mon Sep 17 00:00:00 2001 From: Marc Wieland Date: Tue, 3 Jan 2017 20:33:01 +0100 Subject: [PATCH] Add a readme to tell something about the repo --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md 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.