@@ -5,7 +5,7 @@ A sublime plugin complete with ionic framework snippets
5
5
6
6
Feel free to let me know what else you want added via:
7
7
8
- - Twitter [ @tenthgeek ] ( https://twitter.com/tenthgeek )
8
+ - Twitter [ @PixelDropINC ] ( https://twitter.com/pixeldropinc )
9
9
- [ Issues] ( https://github.com/PixelDropInc/ionic-snippets-sublime-plugin/issues )
10
10
11
11
@@ -24,7 +24,6 @@ Feel free to let me know what else you want added via:
24
24
- [ Range] ( #range )
25
25
- [ Select] ( #select )
26
26
- [ Tabs] ( #tabs )
27
- - [ Grid] ( #grid )
28
27
- [ Utility] ( #utility )
29
28
- [ License] ( #license )
30
29
@@ -76,7 +75,7 @@ ionic css snippets are prefixed with ion-
76
75
| Component | Snippet code |
77
76
| ------------------------------- | :-----------------------------:|
78
77
| button | ion-button |
79
- | button | ion-button-block |
78
+ | button-block | ion-button-block |
80
79
| button-light | ion-button-light |
81
80
| button-stable | ion-button-stable |
82
81
| button-positive | ion-button-positive |
@@ -190,23 +189,13 @@ ionic css snippets are prefixed with ion-
190
189
| tabs-top-icon | ion-tabs-icon-top |
191
190
| tabs-left-icon | ion-tabs-icon-left |
192
191
193
- ### Grid
194
-
195
- | Component | Snippet code |
196
- | ------------------------------- | :-----------------------------:|
197
- | CDN link (both CSS & JS) | bs3-cdn |
198
- | CDN link (CSS only) | bs3-cdn: css |
199
- | CDN link (JS only) | bs3-cdn: js |
200
192
201
193
### Utility
202
194
203
195
| Component | Snippet code |
204
196
| ------------------------------- | :-----------------------------:|
205
197
| icons | ion-star |
206
- | CDN link (CSS only) | bs3-cdn: css |
207
- | CDN link (JS only) | bs3-cdn: js |
208
198
209
199
### License
210
200
211
- Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [ MIT license] ( http://opensource.org/licenses/MIT ) .
212
- z
201
+ Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [ GNU GPL license] ( http://www.gnu.org/copyleft/gpl.html ) .
0 commit comments