Skip to content

Commit

Permalink
Modification in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gurmandeep committed Aug 16, 2014
1 parent afbb59c commit 8fa5c41
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A sublime plugin complete with ionic framework snippets

Feel free to let me know what else you want added via:

- Twitter [@tenthgeek](https://twitter.com/tenthgeek)
- Twitter [@PixelDropINC](https://twitter.com/pixeldropinc)
- [Issues](https://github.com/PixelDropInc/ionic-snippets-sublime-plugin/issues)


Expand All @@ -24,7 +24,6 @@ Feel free to let me know what else you want added via:
- [Range](#range)
- [Select](#select)
- [Tabs](#tabs)
- [Grid](#grid)
- [Utility](#utility)
- [License](#license)

Expand Down Expand Up @@ -76,7 +75,7 @@ ionic css snippets are prefixed with ion-
| Component | Snippet code |
|------------------------------- | :-----------------------------:|
| button | ion-button |
| button | ion-button-block |
| button-block | ion-button-block |
| button-light | ion-button-light |
| button-stable | ion-button-stable |
| button-positive | ion-button-positive |
Expand Down Expand Up @@ -190,23 +189,13 @@ ionic css snippets are prefixed with ion-
| tabs-top-icon | ion-tabs-icon-top |
| tabs-left-icon | ion-tabs-icon-left |

### Grid

| Component | Snippet code |
|------------------------------- | :-----------------------------:|
| CDN link (both CSS & JS) | bs3-cdn |
| CDN link (CSS only) | bs3-cdn:css |
| CDN link (JS only) | bs3-cdn:js |

### Utility

| Component | Snippet code |
|------------------------------- | :-----------------------------:|
| icons | ion-star |
| CDN link (CSS only) | bs3-cdn:css |
| CDN link (JS only) | bs3-cdn:js |

### License

Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
z
Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [GNU GPL license](http://www.gnu.org/copyleft/gpl.html).

0 comments on commit 8fa5c41

Please sign in to comment.