Skip to content

Commit afbb59c

Browse files
committed
Completed css snippets doc
1 parent 6157a49 commit afbb59c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ There are 3 methods for installing this plugin.
4242
3. Download the .zip file and unzip it into your Sublime Text 2/3 packages directory.
4343
**Note:** You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages.
4444

45+
#<!-- CSS Snippets -->
46+
ionic css snippets are prefixed with ion-
47+
4548
### Header
4649

4750
| Component | Snippet code |
@@ -73,6 +76,7 @@ There are 3 methods for installing this plugin.
7376
| Component | Snippet code |
7477
|------------------------------- | :-----------------------------:|
7578
| button | ion-button |
79+
| button | ion-button-block |
7680
| button-light | ion-button-light |
7781
| button-stable | ion-button-stable |
7882
| button-positive | ion-button-positive |
@@ -110,7 +114,10 @@ There are 3 methods for installing this plugin.
110114
| list-icons-chatBubble | ion-list-icon-chatbubble |
111115
| list-icons-mic | ion-list-icon-mic |
112116
| list-icons-person | ion-list-icon-person |
113-
| list-icons-chatBubble | ion-list-icon-chatbubble |
117+
| list-button | ion-list-button-positive |
118+
| list-item-avatar | ion-list-item-avatar |
119+
| list-item-thumbnail | ion-list-item-thumbnail |
120+
| list-inset | ion-item-inset |
114121

115122

116123
### Cards
@@ -201,6 +208,5 @@ There are 3 methods for installing this plugin.
201208

202209
### License
203210

204-
Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [This theme is licensed under the General Public
205-
License (GPL)](http://www.gnu.org/copyleft/gpl.html).
206-
z
211+
Ionic Snippets - Sublime Plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
212+
z

0 commit comments

Comments
 (0)