forked from JasonMortonNZ/bs3-sublime-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 3.1, added modal and updated jumbotron
- Loading branch information
Jason
committed
Feb 5, 2014
1 parent
0659c9c
commit ab23334
Showing
7 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"> | ||
]]></content> | ||
<tabTrigger>bs3-cdn:css</tabTrigger> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
<!-- Latest compiled and minified CSS & JS --> | ||
<link rel="stylesheet" media="screen" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> | ||
<link rel="stylesheet" media="screen" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"> | ||
${1:<script src="//code.jquery.com/jquery.js"></script>} | ||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> | ||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> | ||
]]></content> | ||
<tabTrigger>bs3-cdn</tabTrigger> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"install": "messages/install.txt", | ||
"1.1.3": "messages/1-1-3.txt" | ||
"1.1.4": "messages/1-1-4.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
============================================================ | ||
Bootstrap 3 Snippets - Has been updated !! -> v1.1.4 | ||
============================================================ | ||
Bootstrap v3.1 has been released !! | ||
============================================================ | ||
Follow me on Twitter: @JasonMortonNZ | ||
------------------------------------------------------------ | ||
|
||
New Features | ||
------------------------------------------------------------ | ||
- Added bs3-modal snippet to insert modal dialogs | ||
- Updated CDN references to Bootstrap v3.1 | ||
- Updated jumbotron button size class name | ||
- COMING SOON - A PHPStorm plugin with all the same snippets | ||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters