Skip to content

Commit

Permalink
install with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
siamak committed Jun 30, 2014
1 parent 6e79cbb commit e438ed6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
**Licon** is a simple, useful and lightness pack—icon that made with Pure CSS3 by [Siamak Mokhtari](http://twitter.com/sia_mac) at [FictionTeam](http://twitter.com/fictionteam) in [Tehran, Iran](http://en.wikipedia.org/wiki/Tehran). It has both [SASS](https://github.com/siamakmokhtari/licon/blob/master/licon.scss) and [LESS](https://github.com/siamakmokhtari/licon/blob/master/licon.less) versions so it can easily be modified and merged into modern projects. It provides all the useful icons for good design without adding any images or fonts. Also you can add effects of Animate.css on Licon. I hope that it's useful for your projects.

## Install
You can install Licon with [Bower](http://bower.io) and include to your projects:
You can install Licon with [Bower](http://bower.io) [npm](http://npmjs.org) and include to your projects:

Bower:
```
bower install licon
```
npm:
```
npm install licon
```

## Syntax

Expand Down

0 comments on commit e438ed6

Please sign in to comment.