Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Add a readme to tell something about the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwieland95 authored Jan 3, 2017
1 parent 8ad3734 commit dc2231f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dc2231f

Please sign in to comment.