Skip to content

Commit

Permalink
Update README, and added bs3-alert:warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMortonNZ committed Oct 23, 2013
1 parent b065da4 commit 1fad266
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ Feel free to let me know what else you want added via:
| Alert Box (Default) | bs3-alert |
| Danger Alert Box | bs3-alert:danger |
| Info Alert Box | bs3-alert:info |
| Success Alert Box | bs3-alert:success |
| Block Alert Box (Default) | bs3-alert:block |
| Danger Block Alert Box | bs3-alert:block:danger |
| Info Block Alert Box | bs3-alert:block:info |
| Success Block Alert Box | bs3-alert:block:success |
| Success Alert Box | bs3-alert:success |
| Warning Alert Box | bs3-alert:warning |

### Badges

Expand Down
9 changes: 9 additions & 0 deletions alerts/bs3-alert-warning.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
<div class="alert alert-warning">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>${1:Title!}</strong> ${2:Alert body ...}
</div>
]]></content>
<tabTrigger>bs3-alert:warning</tabTrigger>
</snippet>
5 changes: 1 addition & 4 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"install": "messages/install.txt",
// "1.0.0": "messages/1-0-0.txt",
// "1.0.1": "messages/1-0-1.txt",
// "1.1.0": "messages/1-1-0.txt",
"1.1.1": "messages/1-1-1.txt"
"1.1.2": "messages/1-1-2.txt"
}
15 changes: 15 additions & 0 deletions messages/1-1-2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
============================================================
Bootstrap 3 Snippets - Has been updated !! -> v1.1.2
============================================================
Follow me on Twitter: @JasonMortonNZ
------------------------------------------------------------

New Features
------------------------------------------------------------
- Added bs3-alert:warning snippet
- Removed bs3-alert:block from docs
- COMING SOON - A Dedicated website for Bootstrap 3 Snippets
- Complete with easy browse docs and videos.
------------------------------------------------------------
Documentation, examples & issue filing can be found here:
https://github.com/JasonMortonNZ/bs3-sublime-plugin

0 comments on commit 1fad266

Please sign in to comment.