├── messages.json ├── grid ├── bs3-row.sublime-snippet ├── bs3-container.sublime-snippet ├── bs3-col-1.sublime-snippet ├── bs3-col-2.sublime-snippet ├── bs3-col-3.sublime-snippet ├── bs3-col-4.sublime-snippet ├── bs3-col-5.sublime-snippet ├── bs3-col-6.sublime-snippet ├── bs3-col-7.sublime-snippet ├── bs3-col-8.sublime-snippet ├── bs3-col-9.sublime-snippet ├── bs3-col-10.sublime-snippet ├── bs3-col-11.sublime-snippet ├── bs3-col-12.sublime-snippet ├── bs3-col.sublime-snippet └── bs3-row-col.sublime-snippet ├── badges └── bs3-badge.sublime-snippet ├── labels ├── bs3-label.sublime-snippet ├── bs3-label-info.sublime-snippet ├── bs3-label-danger.sublime-snippet ├── bs3-label-default.sublime-snippet ├── bs3-label-success.sublime-snippet └── bs3-label-warning.sublime-snippet ├── wells ├── bs3-well.sublime-snippet ├── bs3-well-lg.sublime-snippet └── bs3-well-sm.sublime-snippet ├── clearfix └── bs3-clearfix.sublime-snippet ├── input-groups ├── bs3-input-group.sublime-snippet ├── bs3-input-group-addon.sublime-snippet ├── bs3-input-group-btn.sublime-snippet ├── bs3-input-group-addon-text.sublime-snippet └── bs3-input-group-text-btn.sublime-snippet ├── navigation ├── bs3-navbar-text.sublime-snippet ├── bs3-navbar-brand.sublime-snippet ├── bs3-navbar-link.sublime-snippet ├── bs3-navbar-links.sublime-snippet ├── bs3-navbar-form.sublime-snippet ├── bs3-navbar-basic.sublime-snippet ├── bs3-navbar-inverse.sublime-snippet ├── bs3-navbar-fixed-top.sublime-snippet ├── bs3-navbar-static-top.sublime-snippet ├── bs3-navbar-fixed-bottom.sublime-snippet ├── bs3-navbar.sublime-snippet └── bs3-navbar-responsive.sublime-snippet ├── images ├── bs3-image.sublime-snippet ├── bs3-thumbnail.sublime-snippet └── bs3-thumbnail-content.sublime-snippet ├── form ├── bs3-form-label.sublime-snippet ├── bs3-input-label.sublime-snippet ├── bs3-input-reset.sublime-snippet ├── bs3-input-submit.sublime-snippet ├── bs3-input-hidden.sublime-snippet ├── bs3-textarea.sublime-snippet ├── bs3-input-checkbox.sublime-snippet ├── bs3-input-password.sublime-snippet ├── bs3-input-select.sublime-snippet ├── bs3-select.sublime-snippet ├── bs3-input-date.sublime-snippet ├── bs3-input-month.sublime-snippet ├── bs3-input-tel.sublime-snippet ├── bs3-input-time.sublime-snippet ├── bs3-input-url.sublime-snippet ├── bs3-input-week.sublime-snippet ├── bs3-input-color.sublime-snippet ├── bs3-input-email.sublime-snippet ├── bs3-input-search.sublime-snippet ├── bs3-input-text.sublime-snippet ├── bs3-input-reset-h.sublime-snippet ├── bs3-input-submit-h.sublime-snippet ├── bs3-input-radio.sublime-snippet ├── bs3-input-range.sublime-snippet ├── bs3-input-number.sublime-snippet ├── bs3-textarea-h.sublime-snippet ├── bs3-input-month-h.sublime-snippet ├── bs3-input-password-h.sublime-snippet ├── bs3-input-tel-h.sublime-snippet ├── bs3-input-url-h.sublime-snippet ├── bs3-input-color-h.sublime-snippet ├── bs3-input-date-h.sublime-snippet ├── bs3-input-email-h.sublime-snippet ├── bs3-input-select-h.sublime-snippet ├── bs3-input-time-h.sublime-snippet ├── bs3-input-week-h.sublime-snippet ├── bs3-select-h.sublime-snippet ├── bs3-input-search-h.sublime-snippet ├── bs3-form.sublime-snippet ├── bs3-input-text-h.sublime-snippet ├── bs3-form-inline.sublime-snippet ├── bs3-form-horizontal.sublime-snippet ├── bs3-input-number-h.sublime-snippet └── bs3-input-range-h.sublime-snippet ├── icons ├── bs3-icon.sublime-snippet └── bs3-icon-glyphicon.sublime-snippet ├── link-buttons ├── bs3-link-button.sublime-snippet ├── bs3-link-button-info.sublime-snippet ├── bs3-lg-link-button.sublime-snippet ├── bs3-link-button-danger.sublime-snippet ├── bs3-link-button-default.sublime-snippet ├── bs3-link-button-primary.sublime-snippet ├── bs3-link-button-success.sublime-snippet ├── bs3-link-button-warning.sublime-snippet ├── bs3-mini-link-button.sublime-snippet ├── bs3-sm-link-button.sublime-snippet ├── bs3-lg-link-button-info.sublime-snippet ├── bs3-mini-link-button-info.sublime-snippet ├── bs3-sm-link-button-info.sublime-snippet ├── bs3-lg-link-button-danger.sublime-snippet ├── bs3-link-button-disabled.sublime-snippet ├── bs3-sm-link-button-danger.sublime-snippet ├── bs3-block-link-button.sublime-snippet ├── bs3-lg-link-button-default.sublime-snippet ├── bs3-lg-link-button-primary.sublime-snippet ├── bs3-lg-link-button-success.sublime-snippet ├── bs3-lg-link-button-warning.sublime-snippet ├── bs3-mini-link-button-danger.sublime-snippet ├── bs3-mini-link-button-default.sublime-snippet ├── bs3-mini-link-button-primary.sublime-snippet ├── bs3-mini-link-button-success.sublime-snippet ├── bs3-mini-link-button-warning.sublime-snippet ├── bs3-sm-link-button-default.sublime-snippet ├── bs3-sm-link-button-primary.sublime-snippet ├── bs3-sm-link-button-success.sublime-snippet ├── bs3-sm-link-button-warning.sublime-snippet ├── bs3-block-link-button-info.sublime-snippet ├── bs3-lg-link-button-disabled.sublime-snippet ├── bs3-mini-link-button-disabled.sublime-snippet ├── bs3-sm-link-button-disabled.sublime-snippet ├── bs3-block-link-button-danger.sublime-snippet ├── bs3-block-link-button-default.sublime-snippet ├── bs3-block-link-button-primary.sublime-snippet ├── bs3-block-link-button-success.sublime-snippet ├── bs3-block-link-button-warning.sublime-snippet ├── bs3-block-link-button-disabled.sublime-snippet ├── bs3-link-button-group.sublime-snippet └── bs3-link-button-group-vertical.sublime-snippet ├── buttons ├── bs3-button.sublime-snippet ├── bs3-button-info.sublime-snippet ├── bs3-button-danger.sublime-snippet ├── bs3-button-default.sublime-snippet ├── bs3-button-primary.sublime-snippet ├── bs3-button-success.sublime-snippet ├── bs3-button-warning.sublime-snippet ├── bs3-lg-button.sublime-snippet ├── bs3-mini-button.sublime-snippet ├── bs3-sm-button.sublime-snippet ├── bs3-lg-button-info.sublime-snippet ├── bs3-sm-button-info.sublime-snippet ├── bs3-lg-button-danger.sublime-snippet ├── bs3-mini-button-info.sublime-snippet ├── bs3-sm-button-danger.sublime-snippet ├── bs3-lg-button-default.sublime-snippet ├── bs3-lg-button-primary.sublime-snippet ├── bs3-lg-button-success.sublime-snippet ├── bs3-lg-button-warning.sublime-snippet ├── bs3-mini-button-danger.sublime-snippet ├── bs3-mini-button-default.sublime-snippet ├── bs3-mini-button-primary.sublime-snippet ├── bs3-mini-button-success.sublime-snippet ├── bs3-mini-button-warning.sublime-snippet ├── bs3-sm-button-default.sublime-snippet ├── bs3-sm-button-primary.sublime-snippet ├── bs3-sm-button-success.sublime-snippet ├── bs3-sm-button-warning.sublime-snippet ├── bs3-button-disabled.sublime-snippet ├── bs3-block-button.sublime-snippet ├── bs3-block-button-info.sublime-snippet ├── bs3-lg-button-disabled.sublime-snippet ├── bs3-sm-button-disabled.sublime-snippet ├── bs3-block-button-danger.sublime-snippet ├── bs3-mini-button-disabled.sublime-snippet ├── bs3-block-button-default.sublime-snippet ├── bs3-block-button-primary.sublime-snippet ├── bs3-block-button-success.sublime-snippet ├── bs3-block-button-warning.sublime-snippet ├── bs3-block-button-disabled.sublime-snippet ├── bs3-button-toolbar.sublime-snippet ├── bs3-button-group.sublime-snippet └── bs3-button-group-vertical.sublime-snippet ├── pagination ├── bs3-pager.sublime-snippet ├── bs3-pager-aligned.sublime-snippet ├── bs3-pagination.sublime-snippet ├── bs3-pagination-large.sublime-snippet └── bs3-pagination-small.sublime-snippet ├── panels ├── bs3-panel.sublime-snippet ├── bs3-panel-footer.sublime-snippet ├── bs3-panel-info.sublime-snippet ├── bs3-panel-danger.sublime-snippet ├── bs3-panel-heading.sublime-snippet ├── bs3-panel-primary.sublime-snippet ├── bs3-panel-success.sublime-snippet ├── bs3-panel-warning.sublime-snippet └── bs3-panel-table.sublime-snippet ├── cdn ├── bs3-cdn-js.sublime-snippet ├── bs3-cdn-css.sublime-snippet └── bs3-cdn.sublime-snippet ├── list-groups ├── bs3-list-group.sublime-snippet ├── bs3-list-group-linked.sublime-snippet ├── bs3-list-group-content.sublime-snippet └── bs3-list-group-badges.sublime-snippet ├── alerts ├── bs3-alert.sublime-snippet ├── bs3-alert-info.sublime-snippet ├── bs3-alert-danger.sublime-snippet ├── bs3-alert-success.sublime-snippet └── bs3-alert-warning.sublime-snippet ├── table ├── bs3-table.sublime-snippet ├── bs3-table-hover.sublime-snippet ├── bs3-table-bordered.sublime-snippet ├── bs3-table-striped.sublime-snippet ├── bs3-table-condensed.sublime-snippet └── bs3-table-responsive.sublime-snippet ├── local └── bs3-local.sublime-snippet ├── breadcrumbs └── bs3-breadcrumbs.sublime-snippet ├── jumbotron └── bs3-jumbotron.sublime-snippet ├── media └── bs3-media-object.sublime-snippet ├── pageheader └── bs3-page header.sublime-snippet ├── messages ├── 1-0-0.txt ├── install.txt ├── 1-1-1.txt ├── 1-1-0.txt ├── 1-0-1.txt ├── 1-1-2.txt ├── 1-1-5.txt ├── 1-1-4.txt ├── 1-1-3.txt └── 1-1-6.txt ├── tabs └── bs3-tabs.sublime-snippet ├── modal └── bs3-modal.sublime-snippet ├── template ├── bs3-html5-template.sublime-snippet └── bs3-template.starter.sublime-snippet ├── carousel └── bs3-carousel.sublime-snippet └── README.md /messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "install": "messages/install.txt", 3 | "1.1.6": "messages/1-1-6.txt" 4 | } 5 | -------------------------------------------------------------------------------- /grid/bs3-row.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-row 8 | -------------------------------------------------------------------------------- /badges/bs3-badge.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Badge} 4 | ]]> 5 | bs3-badge 6 | 7 | -------------------------------------------------------------------------------- /labels/bs3-label.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Label} 4 | ]]> 5 | bs3-label 6 | 7 | -------------------------------------------------------------------------------- /wells/bs3-well.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-well 8 | 9 | -------------------------------------------------------------------------------- /clearfix/bs3-clearfix.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ]]> 7 | bs3-clearfix 8 | 9 | -------------------------------------------------------------------------------- /wells/bs3-well-lg.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-well:lg 8 | 9 | -------------------------------------------------------------------------------- /wells/bs3-well-sm.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-well:sm 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-container.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-container 8 | -------------------------------------------------------------------------------- /input-groups/bs3-input-group.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-input-group 8 | -------------------------------------------------------------------------------- /labels/bs3-label-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Label} 4 | ]]> 5 | bs3-label:info 6 | 7 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-text.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Navbar text}

4 | ]]>
5 | bs3-navbar:text 6 |
7 | -------------------------------------------------------------------------------- /images/bs3-image.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-image 6 | 7 | -------------------------------------------------------------------------------- /labels/bs3-label-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Label} 4 | ]]> 5 | bs3-label:danger 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-form-label.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3} 4 | ]]> 5 | bs3-form:label 6 | 7 | -------------------------------------------------------------------------------- /grid/bs3-col-1.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:1 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-2.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:2 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-3.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:3 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-4.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:4 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-5.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:5 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-6.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:6 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-7.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:7 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-8.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:8 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-9.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:9 8 | 9 | -------------------------------------------------------------------------------- /input-groups/bs3-input-group-addon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:\$} 4 | ]]> 5 | bs3-input-group-addon 6 | -------------------------------------------------------------------------------- /labels/bs3-label-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Label} 4 | ]]> 5 | bs3-label:default 6 | 7 | -------------------------------------------------------------------------------- /labels/bs3-label-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Label} 4 | ]]> 5 | bs3-label:success 6 | 7 | -------------------------------------------------------------------------------- /labels/bs3-label-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${1:Label} 4 | ]]> 5 | bs3-label:warning 6 | 7 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-brand.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${2:Title} 4 | ]]> 5 | bs3-navbar:brand 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-label.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3} 4 | ]]> 5 | bs3-input:label 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-reset.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:reset 6 | 7 | -------------------------------------------------------------------------------- /grid/bs3-col-10.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:10 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-11.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:11 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-col-12.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col:12 8 | 9 | -------------------------------------------------------------------------------- /form/bs3-input-submit.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${5:Submit} 4 | ]]> 5 | bs3-input:submit 6 | 7 | -------------------------------------------------------------------------------- /icons/bs3-icon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-icon 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button 6 | 7 | -------------------------------------------------------------------------------- /icons/bs3-icon-glyphicon.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-icon:glyphicon 6 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:info 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button:info 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:danger 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:default 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:primary 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:success 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:warning 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button:danger 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button:default 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button:primary 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button:success 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-button:warning 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button 6 | 7 | -------------------------------------------------------------------------------- /grid/bs3-col.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${0} 5 | 6 | ]]> 7 | bs3-col 8 | 9 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:info 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:info 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:info 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button:info 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button:info 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:danger 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-link-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:danger 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button:danger 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button:info 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button:danger 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:default 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:primary 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:success 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:warning 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:danger 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:default 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:primary 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:success 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:warning 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:default 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:primary 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:success 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:warning 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button:default 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button:primary 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button:success 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-lg-button:warning 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button:danger 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button:default 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button:primary 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button:success 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-xs-button:warning 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button:default 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button:primary 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button:success 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${3:button} 4 | ]]> 5 | bs3-sm-button:warning 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-hidden.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:hidden 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:info 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-lg-link-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-lg-link-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-mini-link-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-xs-link-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-sm-link-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-sm-link-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /pagination/bs3-pager.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • Previous
  • 5 |
  • Next
  • 6 | 7 | ]]>
    8 | bs3-pager 9 |
    10 | -------------------------------------------------------------------------------- /buttons/bs3-block-button.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:danger 6 | 7 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-link.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${3:Links} 5 |

    6 | ]]>
    7 | bs3-navbar:link 8 |
    9 | -------------------------------------------------------------------------------- /buttons/bs3-block-button-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:info 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-lg-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-lg-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-sm-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-sm-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-textarea.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4} 4 | ]]> 5 | bs3-textarea 6 | 7 | -------------------------------------------------------------------------------- /input-groups/bs3-input-group-btn.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ]]> 7 | bs3-input-group-btn 8 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:default 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:primary 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:success 6 | 7 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:warning 6 | 7 | -------------------------------------------------------------------------------- /panels/bs3-panel.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${2:Basic panel example} 6 |
    7 | 8 | ]]>
    9 | bs3-panel 10 |
    -------------------------------------------------------------------------------- /buttons/bs3-block-button-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:danger 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-mini-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-xs-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-block-button-default.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:default 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-block-button-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:primary 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-block-button-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:success 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-block-button-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:warning 6 | 7 | -------------------------------------------------------------------------------- /cdn/bs3-cdn-js.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ]]> 6 | bs3-cdn:js 7 | 8 | -------------------------------------------------------------------------------- /link-buttons/bs3-block-link-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | button 4 | ]]> 5 | bs3-block-link-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-checkbox.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | ]]> 10 | bs3-input:checkbox 11 | -------------------------------------------------------------------------------- /form/bs3-input-password.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:password 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-select.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ]]> 7 | bs3-input:select 8 | -------------------------------------------------------------------------------- /form/bs3-select.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | ]]> 7 | bs3-select 8 | 9 | -------------------------------------------------------------------------------- /grid/bs3-row-col.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${0} 6 |
    7 | 8 | ]]>
    9 | bs3-row-col 10 |
    -------------------------------------------------------------------------------- /form/bs3-input-date.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:date 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-month.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:month 6 | -------------------------------------------------------------------------------- /form/bs3-input-tel.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:tel 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-time.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:time 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-url.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:url 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-week.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:week 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-block-button-disabled.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | ${4:button} 4 | ]]> 5 | bs3-block-button:disabled 6 | 7 | -------------------------------------------------------------------------------- /cdn/bs3-cdn-css.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ]]> 6 | bs3-cdn:css 7 | 8 | -------------------------------------------------------------------------------- /form/bs3-input-color.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:color 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-email.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:email 6 | 7 | -------------------------------------------------------------------------------- /form/bs3-input-search.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:search 6 | 7 | -------------------------------------------------------------------------------- /buttons/bs3-button-toolbar.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |
    6 |
    7 | 8 | ]]>
    9 | bs3-toolbar 10 |
    -------------------------------------------------------------------------------- /form/bs3-input-text.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:text 6 | 7 | -------------------------------------------------------------------------------- /pagination/bs3-pager-aligned.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | ]]> 8 | bs3-pager:aligned 9 | 10 | -------------------------------------------------------------------------------- /list-groups/bs3-list-group.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • Item 1
  • 5 |
  • Item 2
  • 6 |
  • Item 3
  • 7 | 8 | ]]>
    9 | bs3-list-group 10 |
    -------------------------------------------------------------------------------- /alerts/bs3-alert.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${1:Title!} ${2:Alert body ...} 6 | 7 | ]]> 8 | bs3-alert 9 | 10 | -------------------------------------------------------------------------------- /form/bs3-input-reset-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 |
    7 | 8 | ]]>
    9 | bs3-input:reset:h 10 |
    11 | -------------------------------------------------------------------------------- /form/bs3-input-submit-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 |
    7 | 8 | ]]>
    9 | bs3-input:submit:h 10 |
    11 | -------------------------------------------------------------------------------- /images/bs3-thumbnail.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${4} 6 | 7 | 8 | ]]> 9 | bs3-thumbnail 10 | 11 | -------------------------------------------------------------------------------- /form/bs3-input-radio.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | ]]> 10 | bs3-input:radio 11 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-links.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 | ${2:Home} 6 |
  • 7 |
  • 8 | ${4:Link} 9 |
  • 10 | 11 | ]]>
    12 | bs3-navbar:links 13 |
    14 | -------------------------------------------------------------------------------- /form/bs3-input-range.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:range 6 | 7 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-form.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | ]]> 8 | bs3-navbar:form 9 | 10 | -------------------------------------------------------------------------------- /panels/bs3-panel-footer.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${1:Panel content} 6 |
    7 | 10 | 11 | ]]>
    12 | bs3-panel:footer 13 |
    -------------------------------------------------------------------------------- /table/bs3-table.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | ]]> 16 | bs3-table 17 | 18 | -------------------------------------------------------------------------------- /form/bs3-input-number.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ]]> 5 | bs3-input:number 6 | 7 | -------------------------------------------------------------------------------- /local/bs3-local.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${2:} 6 | 7 | ]]> 8 | bs3-local 9 | 10 | -------------------------------------------------------------------------------- /table/bs3-table-hover.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | ]]> 16 | bs3-table:hover 17 | 18 | -------------------------------------------------------------------------------- /alerts/bs3-alert-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${1:Title!} ${2:Alert body ...} 6 | 7 | ]]> 8 | bs3-alert:info\ 9 | 10 | -------------------------------------------------------------------------------- /input-groups/bs3-input-group-addon-text.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    ${1:\$}
    5 | 6 | 7 | ]]>
    8 | bs3-input-group:addon:text 9 |
    -------------------------------------------------------------------------------- /alerts/bs3-alert-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${1:Title!} ${2:Alert body ...} 6 | 7 | ]]> 8 | bs3-alert:danger 9 | 10 | -------------------------------------------------------------------------------- /breadcrumbs/bs3-breadcrumbs.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 | ${2:Home} 6 |
  • 7 | ${3:
  • 8 | Link 9 |
  • } 10 |
  • ${4:Current}
  • 11 | 12 | ]]>
    13 | bs3-breadcrumbs 14 |
    15 | -------------------------------------------------------------------------------- /alerts/bs3-alert-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${1:Title!} ${2:Alert body ...} 6 | 7 | ]]> 8 | bs3-alert:success 9 | 10 | -------------------------------------------------------------------------------- /alerts/bs3-alert-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${1:Title!} ${2:Alert body ...} 6 | 7 | ]]> 8 | bs3-alert:warning 9 | 10 | -------------------------------------------------------------------------------- /panels/bs3-panel-info.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    Panel title

    6 |
    7 |
    8 | ${2:Panel content} 9 |
    10 | 11 | ]]>
    12 | bs3-panel:info 13 |
    -------------------------------------------------------------------------------- /panels/bs3-panel-danger.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    Panel title

    6 |
    7 |
    8 | ${2:Panel content} 9 |
    10 | 11 | ]]>
    12 | bs3-panel:danger 13 |
    -------------------------------------------------------------------------------- /list-groups/bs3-list-group-linked.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | Item 1 5 | Item 2 6 | Item 3 7 | 8 | ]]> 9 | bs3-list-group:linked 10 | -------------------------------------------------------------------------------- /panels/bs3-panel-heading.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    Panel title

    6 |
    7 |
    8 | ${2:Panel content} 9 |
    10 | 11 | ]]>
    12 | bs3-panel:heading 13 |
    -------------------------------------------------------------------------------- /panels/bs3-panel-primary.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    Panel title

    6 |
    7 |
    8 | ${2:Panel content} 9 |
    10 | 11 | ]]>
    12 | bs3-panel:primary 13 |
    -------------------------------------------------------------------------------- /panels/bs3-panel-success.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    Panel title

    6 |
    7 |
    8 | ${2:Panel content} 9 |
    10 | 11 | ]]>
    12 | bs3-panel:success 13 |
    -------------------------------------------------------------------------------- /panels/bs3-panel-warning.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    Panel title

    6 |
    7 |
    8 | ${2:Panel content} 9 |
    10 | 11 | ]]>
    12 | bs3-panel:warning 13 |
    -------------------------------------------------------------------------------- /table/bs3-table-bordered.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | ]]> 16 | bs3-table:bordered 17 | 18 | -------------------------------------------------------------------------------- /table/bs3-table-striped.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | ]]> 16 | bs3-table:striped 17 | 18 | -------------------------------------------------------------------------------- /table/bs3-table-condensed.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | ]]> 16 | bs3-table:condensed 17 | 18 | -------------------------------------------------------------------------------- /jumbotron/bs3-jumbotron.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 |

    ${1:Hello, world!}

    6 |

    ${2:Contents ...}

    7 |

    8 | ${3:Learn more} 9 |

    10 |
    11 | 12 | ]]>
    13 | bs3-jumbotron 14 |
    15 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-group.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | Left 5 | Middle 6 | Right 7 | 8 | ]]> 9 | bs3-link-group 10 | -------------------------------------------------------------------------------- /list-groups/bs3-list-group-content.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |

    ${1:List group item heading}

    6 |

    ${2:Content goes here}

    7 |
    8 | 9 | ]]>
    10 | bs3-list-group:content 11 |
    -------------------------------------------------------------------------------- /table/bs3-table-responsive.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
    16 | 17 | ]]>
    18 | bs3-table:responsive 19 |
    -------------------------------------------------------------------------------- /input-groups/bs3-input-group-text-btn.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | ]]> 10 | bs3-input-group:text:btn 11 | -------------------------------------------------------------------------------- /link-buttons/bs3-link-button-group-vertical.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | Top 5 | Middle 6 | Bottom 7 | 8 | ]]> 9 | bs3-link-group:vertical 10 | -------------------------------------------------------------------------------- /buttons/bs3-button-group.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | <${1:button} ${2:type="button"} class="btn btn-default">Left 5 | <${1:button} ${2:type="button"} class="btn btn-default">Middle 6 | <${1:button} ${2:type="button"} class="btn btn-default">Right 7 | 8 | ]]> 9 | bs3-group 10 | -------------------------------------------------------------------------------- /media/bs3-media-object.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${3:Image} 6 | 7 |
    8 |

    ${4:Media heading}

    9 |

    ${5:Text goes here...}

    10 |
    11 | 12 | ]]>
    13 | bs3-media-object 14 |
    -------------------------------------------------------------------------------- /pagination/bs3-pagination.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • «
  • 5 |
  • 1
  • 6 |
  • 2
  • 7 |
  • 3
  • 8 |
  • 4
  • 9 |
  • 5
  • 10 |
  • »
  • 11 | 12 | ]]>
    13 | bs3-pagination 14 |
    15 | -------------------------------------------------------------------------------- /pageheader/bs3-page header.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |

    ${1:title}${2:subtext}

    5 | 6 | ]]>
    7 | 8 | bs3-page-header 9 | 10 | 11 |
    12 | -------------------------------------------------------------------------------- /buttons/bs3-button-group-vertical.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | <${1:button} ${2:type="button"} class="btn btn-default">Top 5 | <${1:button} ${2:type="button"} class="btn btn-default">Middle 6 | <${1:button} ${2:type="button"} class="btn btn-default">Bottom 7 | 8 | ]]> 9 | bs3-group:vertical 10 | -------------------------------------------------------------------------------- /pagination/bs3-pagination-large.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • «
  • 5 |
  • 1
  • 6 |
  • 2
  • 7 |
  • 3
  • 8 |
  • 4
  • 9 |
  • 5
  • 10 |
  • »
  • 11 | 12 | ]]>
    13 | bs3-pagination:lg 14 |
    15 | -------------------------------------------------------------------------------- /pagination/bs3-pagination-small.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • «
  • 5 |
  • 1
  • 6 |
  • 2
  • 7 |
  • 3
  • 8 |
  • 4
  • 9 |
  • 5
  • 10 |
  • »
  • 11 | 12 | ]]>
    13 | bs3-pagination:sm 14 |
    15 | -------------------------------------------------------------------------------- /cdn/bs3-cdn.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${2:} 6 | 7 | ]]> 8 | bs3-cdn 9 | 10 | -------------------------------------------------------------------------------- /form/bs3-textarea-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-textarea:h 11 |
    -------------------------------------------------------------------------------- /navigation/bs3-navbar-basic.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${1:Title} 6 | 14 |
    15 | 16 | ]]>
    17 | bs3-navbar:basic 18 |
    19 | -------------------------------------------------------------------------------- /form/bs3-input-month-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:month:h 11 |
    -------------------------------------------------------------------------------- /form/bs3-input-password-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:password:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-tel-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:tel:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-url-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:url:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-color-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:color:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-date-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:date:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-email-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:email:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-select-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 9 |
    10 | 11 | ]]>
    12 | bs3-input:select:h 13 |
    -------------------------------------------------------------------------------- /form/bs3-input-time-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:time:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-week-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:week:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-select-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 9 |
    10 | 11 | ]]>
    12 | bs3-select:h 13 |
    14 | -------------------------------------------------------------------------------- /list-groups/bs3-list-group-badges.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
  • 5 | 5 6 | Item 1 7 |
  • 8 |
  • 9 | 10 10 | Item 2 11 |
  • 12 |
  • 13 | 15 14 | Item 3 15 |
  • 16 | 17 | ]]>
    18 | bs3-list-group:badges 19 |
    -------------------------------------------------------------------------------- /form/bs3-input-search-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:search:h 11 |
    12 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-inverse.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${1:Title} 6 | 14 |
    15 | 16 | ]]>
    17 | bs3-navbar:inverse 18 |
    19 | -------------------------------------------------------------------------------- /form/bs3-form.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | ${3:Form title} 5 | 6 |
    7 | 8 | 9 |
    10 | 11 | ${0} 12 | 13 | 14 | 15 | ]]>
    16 | bs3-form 17 |
    18 | -------------------------------------------------------------------------------- /form/bs3-input-text-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:text:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-form-inline.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ${3:
    6 | 7 | 8 |
    } 9 | 10 | ${0} 11 | 12 | 13 | 14 | ]]>
    15 | bs3-form:inline 16 |
    17 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-fixed-top.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${2:Title} 6 | 14 |
    15 | 16 | ]]>
    17 | bs3-navbar:fixed-top 18 |
    19 | -------------------------------------------------------------------------------- /form/bs3-form-horizontal.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${3:Form title} 6 |
    7 | 8 | ${0} 9 | 10 |
    11 |
    12 | 13 |
    14 |
    15 | 16 | ]]>
    17 | bs3-form:horizontal 18 |
    19 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-static-top.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${2:Title} 6 | 14 |
    15 | 16 | ]]>
    17 | bs3-navbar:static-top 18 |
    19 | -------------------------------------------------------------------------------- /form/bs3-input-number-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:number:h 11 |
    12 | -------------------------------------------------------------------------------- /form/bs3-input-range-h.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    6 | 7 |
    8 | 9 | ]]>
    10 | bs3-input:range:h 11 |
    12 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-fixed-bottom.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${2:Title} 6 | 14 |
    15 | 16 | ]]>
    17 | bs3-navbar:fixed-bottom 18 |
    19 | -------------------------------------------------------------------------------- /messages/1-0-0.txt: -------------------------------------------------------------------------------- 1 | ============================================= 2 | Bootstrap 3 Snippets - Has been updated !! 3 | ============================================= 4 | 5 | Added & Updated features 6 | ------------------------ 7 | - Added "bs3-icon" 8 | - Added "bs3-icon:glyphicon" 9 | - Added "bs3-clearfix" 10 | 11 | Documentation, examples & issue filing can be found here: 12 | https://github.com/JasonMortonNZ/bs3-sublime-plugin 13 | 14 | ------------------------------ 15 | Follow me on Twitter: @JasonMortonNZ 16 | ------------------------------ -------------------------------------------------------------------------------- /images/bs3-thumbnail-content.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | ${3} 6 |
    7 |

    ${4:Title}

    8 |

    9 | ${5:...} 10 |

    11 |

    12 | ${7:Action} 13 | ${9:Action} 14 |

    15 |
    16 |
    17 | 18 | ]]>
    19 | bs3-thumbnail:content 20 |
    21 | -------------------------------------------------------------------------------- /messages/install.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Thank you for installing Bootstrap 3 Snippets 3 | ============================================================ 4 | Follow me on Twitter: @JasonMortonNZ 5 | ------------------------------------------------------------ 6 | 7 | Bootstrap 3 snippets is a selection of snippets 8 | that will greatly improve your workflow. 9 | 10 | This package is compatible with both Sublime 11 | Text versions 2 & 3. 12 | 13 | Documentation, examples & issue filing can be found here: 14 | https://github.com/JasonMortonNZ/bs3-sublime-plugin 15 | -------------------------------------------------------------------------------- /messages/1-1-1.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.1 3 | ============================================================ 4 | Follow me on Twitter: @JasonMortonNZ 5 | ------------------------------------------------------------ 6 | 7 | New Features 8 | ------------------------------------------------------------ 9 | - Fixed a few tab issues 10 | - Added bs3-col end-points 11 | ------------------------------------------------------------ 12 | Documentation, examples & issue filing can be found here: 13 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /messages/1-1-0.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.0 3 | ============================================================ 4 | Follow me on Twitter: @JasonMortonNZ 5 | ------------------------------------------------------------ 6 | 7 | New Features 8 | ------------------------------------------------------------ 9 | - Added MIT license 10 | - Updated "bs3-form:horizontal" 11 | - Normalized indention to tabs, as per the Sublime Text docs 12 | ------------------------------------------------------------ 13 | Documentation, examples & issue filing can be found here: 14 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /panels/bs3-panel-table.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 |
    Panel heading
    6 |
    7 |

    Text goes here...

    8 |
    9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
    ${2:Heading 1}
    ${3:Heading 2}
    ${4:Content 1}
    ${5:Content 2}
    29 | 30 | ]]>
    31 | bs3-panel:table 32 |
    -------------------------------------------------------------------------------- /messages/1-0-1.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! 3 | ============================================================ 4 | ------------------------------------------------------------ 5 | Follow me on Twitter: @JasonMortonNZ 6 | ------------------------------------------------------------ 7 | 8 | New Features 9 | ------------------------------------------------------------ 10 | - Added "bs3-template:html5" 11 | - Updated "bs3-cdn" 12 | - Updated "bs3-cdn:js" 13 | - Updated "bs3-cdn:css" 14 | ------------------------------------------------------------ 15 | Documentation, examples & issue filing can be found here: 16 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /tabs/bs3-tabs.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 13 | 14 | 15 |
    16 |
    ...
    17 |
    ...
    18 |
    19 | 20 | ]]>
    21 | bs3-tabs 22 |
    23 | 24 | -------------------------------------------------------------------------------- /messages/1-1-2.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.2 3 | ============================================================ 4 | Follow me on Twitter: @JasonMortonNZ 5 | ------------------------------------------------------------ 6 | 7 | New Features 8 | ------------------------------------------------------------ 9 | - Added bs3-alert:warning snippet 10 | - Removed bs3-alert:block from docs 11 | - COMING SOON - A Dedicated website for Bootstrap 3 Snippets 12 | - Complete with easy browse docs and videos. 13 | ------------------------------------------------------------ 14 | Documentation, examples & issue filing can be found here: 15 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /modal/bs3-modal.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | Trigger modal} 4 | 21 | ]]> 22 | bs3-modal 23 | 24 | -------------------------------------------------------------------------------- /messages/1-1-5.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.5 3 | ============================================================ 4 | Bootstrap v3.2 has been released !! 5 | ============================================================ 6 | Follow me on Twitter: @JasonMortonNZ 7 | ------------------------------------------------------------ 8 | 9 | New Features 10 | ------------------------------------------------------------ 11 | - Added bs3-well snippet to insert wells (large and small) 12 | - Updated CDN references to Bootstrap v3.2 13 | - OUT NOW - A PHPStorm plugin with all the same snippets 14 | - COMING SOON - A Dedicated website for Bootstrap 3 Snippets 15 | - Complete with easy browse docs and videos. 16 | ------------------------------------------------------------ 17 | Documentation, examples & issue filing can be found here: 18 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /messages/1-1-4.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.4 3 | ============================================================ 4 | Bootstrap v3.1 has been released !! 5 | ============================================================ 6 | Follow me on Twitter: @JasonMortonNZ 7 | ------------------------------------------------------------ 8 | 9 | New Features 10 | ------------------------------------------------------------ 11 | - Added bs3-modal snippet to insert modal dialogs 12 | - Updated CDN references to Bootstrap v3.1 13 | - Updated jumbotron button size class name 14 | - COMING SOON - A PHPStorm plugin with all the same snippets 15 | - A Dedicated website for Bootstrap 3 Snippets 16 | - Complete with easy browse docs and videos. 17 | ------------------------------------------------------------ 18 | Documentation, examples & issue filing can be found here: 19 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /messages/1-1-3.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.3 3 | ============================================================ 4 | HAPPY NEW YEAR Bootstrap 3 Snippet users !! 5 | ============================================================ 6 | Follow me on Twitter: @JasonMortonNZ 7 | ------------------------------------------------------------ 8 | 9 | New Features 10 | ------------------------------------------------------------ 11 | - Added bs3-select & bs3-select:h snippets (form element) 12 | - Updated CDN references to Bootstrap v3.0.3 13 | - Updated HTML5 template to include lang meta tag 14 | - Updated bs3-icon to include a base fa class 15 | - COMING SOON - A Dedicated website for Bootstrap 3 Snippets 16 | - Complete with easy browse docs and videos. 17 | ------------------------------------------------------------ 18 | Documentation, examples & issue filing can be found here: 19 | https://github.com/JasonMortonNZ/bs3-sublime-plugin -------------------------------------------------------------------------------- /template/bs3-html5-template.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | ${2:Title Page} 10 | 11 | 12 | 13 | 14 | 15 | 16 | 20 | 21 | 22 |

    ${6:Hello World}

    23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ]]>
    31 | bs3-template:html5 32 |
    33 | -------------------------------------------------------------------------------- /messages/1-1-6.txt: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Bootstrap 3 Snippets - Has been updated !! -> v1.1.6 3 | ============================================================ 4 | Bootstrap v3.3.4 has been released !! 5 | ============================================================ 6 | Follow me on Twitter: @JasonMortonNZ 7 | ------------------------------------------------------------ 8 | 9 | New Features 10 | ------------------------------------------------------------ 11 | - New snippets: 12 | * bs3-well - snippet to insert wells (large and small) 13 | * bs3-tabs - snippet for inserting tab panes 14 | * bs3-textarea - snippet for inserting a textarea form field 15 | * bs3-local - reference your local copy of bootstrap (not CDN) 16 | * bs3-input-group - snippets for adding input groups 17 | - Updated CDN references to Bootstrap v3.3.4 18 | - Updated the pagination snippets 19 | - OUT NOW - A PHPStorm plugin with all the same snippets 20 | - COMING SOON - A Dedicated website for Bootstrap 3 Snippets 21 | - Complete with easy browse docs and videos. 22 | ------------------------------------------------------------ 23 | Documentation, examples & issue filing can be found here: 24 | https://github.com/JasonMortonNZ/bs3-sublime-plugin 25 | -------------------------------------------------------------------------------- /navigation/bs3-navbar.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 | 15 | 16 | 17 | 41 |
    42 | 43 | ]]>
    44 | bs3-navbar 45 |
    46 | -------------------------------------------------------------------------------- /navigation/bs3-navbar-responsive.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 |
    5 | 6 | 15 | 16 | 17 | 41 |
    42 | 43 | ]]>
    44 | bs3-navbar:responsive 45 |
    46 | -------------------------------------------------------------------------------- /template/bs3-template.starter.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Starter Template for Bootstrap 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 32 | 33 | 34 | 35 | 36 | 56 | 57 |
    58 | 59 |
    60 |

    Bootstrap starter template

    61 |

    Use this document as a way to quickly start any new project.
    All you get is this text and a mostly barebones HTML document.

    62 |
    63 | 64 |
    65 | 66 | 67 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | ]]>
    78 | bs3-template:starter 79 |
    80 | -------------------------------------------------------------------------------- /carousel/bs3-carousel.sublime-snippet: -------------------------------------------------------------------------------- 1 | 2 | 4 | 9 | 41 | 42 | 43 | 44 | ]]> 45 | bs3-carousel 46 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Bootstrap 3 - Sublime Plugin 2 | ================== 3 | 4 | A sublime plugin complete with Bootstrap 3 snippets 5 | 6 | Feel free to let me know what else you want added via: 7 | 8 | - Twitter [@JasonMortonNZ](https://twitter.com/jasonmortonnz) 9 | - [Issues](https://github.com/JasonMortonNZ/bs3-sublime-plugin/issues) 10 | 11 | 12 | ## What's included - contents 13 | - [Installation](#installation) 14 | - [CDN](#cdn) 15 | - [Local](#local) 16 | - [Templates](#templates) 17 | - [Forms](#forms) 18 | - [Tables](#tables) 19 | - [Input](#input-fields-form-fields) 20 | - [Alerts](#alerts) 21 | - [Badges](#badges) 22 | - [Breadcrumbs](#breadcrumbs) 23 | - [Buttons](#buttons) 24 | - [Carousel](#carousel) 25 | - [Grid](#grid) 26 | - [Images](#images) 27 | - [Icons](#icons) 28 | - [Labels](#labels) 29 | - [Pagination](#pagination) 30 | - [Navigation](#navigation) 31 | - [Panels](#panels) 32 | - [List Groups](#list-groups) 33 | - [Media Objects](#media-objects) 34 | - [Icons](#icons) 35 | - [Clearfix](#clearfix) 36 | - [Wells](#wells) 37 | - [Tabs](#tabs) 38 | - [Input Groups](#input-groups) 39 | - [License](#license) 40 | 41 | 42 | ### Installation 43 | 44 | There are 3 methods for installing this plugin. 45 | 46 | 1. Search for "Bootstrap 3 Snippets" via the "Package Control: Install Packages" menu. 47 | **Note:** If you don't have Sublime Package Control installed, you can find out how to install it here [https://sublime.wbond.net/installation](https://sublime.wbond.net/installation) 48 | 49 | 2. Clone the repository into your Sublime Text 2/3 packages directory. 50 | `git clone https://github.com/JasonMortonNZ/bs3-sublime-plugin.git 51 | 52 | 3. Download the .zip file and unzip it into your Sublime Text 2/3 packages directory. 53 | **Note:** You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages. 54 | 55 | 56 | ### Usage 57 | 58 | Start typing `bs3` in html files and the autocomplete window opens. It matches fuzzily. So you can type `bs3radio` to find the `bs3-input:radio` snippet. 59 | 60 | Be sure you have enabled "bs" in your Preferences.sublime-settings: 61 | 62 | `"auto_complete_triggers": [{"selector": "text.html", "characters": "bs3"}]` 63 | 64 | **Note:** If you experience any issues with a leading "<" please look at [this issue thread](https://github.com/JasonMortonNZ/bs3-sublime-plugin/issues/99) for some potential solutions. 65 | 66 | ### CDN 67 | 68 | | Component | Snippet code | 69 | |------------------------------- | :-----------------------------:| 70 | | CDN link (both CSS & JS) | bs3-cdn | 71 | | CDN link (CSS only) | bs3-cdn:css | 72 | | CDN link (JS only) | bs3-cdn:js | 73 | 74 | ### Local 75 | 76 | | Component | Snippet code | 77 | |------------------------------- | :-----------------------------:| 78 | | Link to local bootstrap files | bs3-local | 79 | 80 | ### Templates 81 | 82 | | Component | Snippet code | 83 | |------------------------------- | :-----------------------------:| 84 | | HTML5 Template Layout | bs3-template:html5 | 85 | 86 | ### Forms 87 | 88 | | Component | Snippet code | 89 | |------------------------------- | :-----------------------------:| 90 | | Form | bs3-form | 91 | | Inline Form | bs3-form:inline | 92 | | Horizontal Form | bs3-form:horizontal | 93 | 94 | ### Tables 95 | 96 | | Component | Snippet code | 97 | |------------------------------- | :----------------------------: | 98 | | Table | bs3-table | 99 | | Bordered Table | bs3-table:bordered | 100 | | Condensed Table | bs3-table:condensed | 101 | | Hover Table | bs3-table:hover | 102 | | Striped Table | bs3-table:striped | 103 | 104 | ### Input Fields (Form fields) 105 | 106 | **Note:** you can add " :h " to the end of any input field snippet to make it compatible with Bootstrap 3 horizontal forms. **E.g.** 107 | - bs3-input:text:h 108 | - bs3-input:hidden:h 109 | 110 | 111 | | Component | Snippet code | Options | 112 | |------------------------------- | :----------------------------: | :-----: | 113 | | Label | bs3-input:label | | 114 | | Text Input | bs3-input:text | :h | 115 | | Email Input | bs3-input:email | :h | 116 | | Password Input | bs3-input:password | :h | 117 | | Hidden Input | bs3-input:hidden | :h | 118 | | Url Input | bs3-input:url | :h | 119 | | Color Input | bs3-input:color | :h | 120 | | Number Input | bs3-input:number | :h | 121 | | Range Input | bs3-input:range | :h | 122 | | Date Input | bs3-input:date | :h | 123 | | Week Input | bs3-input:week | :h | 124 | | Month Input | bs3-input:month | :h | 125 | | Time Input | bs3-input:time | :h | 126 | | Tel Input | bs3-input:tel | :h | 127 | | Search Input | bs3-input:search | :h | 128 | | Reset Input | bs3-input:reset | :h | 129 | | Submit Input | bs3-input:submit | :h | 130 | | Checkbox Input | bs3-input:checkbox | :h | 131 | | Radio Box Input | bs3-input:radio | :h | 132 | | Select Box | bs3-select | :h | 133 | | Textarea | bs3-textarea | :h | 134 | 135 | ### Alerts 136 | 137 | | Component | Snippet code | 138 | |------------------------------- | :----------------------------: | 139 | | Alert Box (Default) | bs3-alert | 140 | | Danger Alert Box | bs3-alert:danger | 141 | | Info Alert Box | bs3-alert:info | 142 | | Success Alert Box | bs3-alert:success | 143 | | Warning Alert Box | bs3-alert:warning | 144 | 145 | ### Badges 146 | 147 | | Component | Snippet code | 148 | |------------------------------- | :----------------------------: | 149 | | Badge (Default) | bs3-badge | 150 | 151 | ### Breadcrumbs 152 | 153 | | Component | Snippet code | 154 | |------------------------------- | :----------------------------: | 155 | | Breadcrumbs | bs3-breadcrumbs | 156 | 157 | ### Carousel 158 | 159 | | Component | Snippet code | 160 | |------------------------------- | :----------------------------: | 161 | | Carousel | bs3-carousel | 162 | 163 | ### Buttons 164 | 165 | **Note:** all button snippets below can have any of the following options append to the end of the snippet *. 166 | - :danger 167 | - :default 168 | - :disabled 169 | - :info 170 | - :primary 171 | - :success 172 | - :warning 173 | 174 | **An example:** 175 | - bs3-button:success 176 | - bs3-large-button:disabled 177 | - bs3-block-button:warning 178 | 179 | | Component | Snippet code | Options | 180 | |------------------------------- | :----------------------------: | :-----: | 181 | | Button | bs3-button | * | 182 | | Block Button | bs3-block-button | * | 183 | | Mini Button | bs3-xs-button | * | 184 | | Small Button | bs3-sm-button | * | 185 | | Large Button | bs3-lg-button | * | 186 | 187 | ### Grid 188 | 189 | **Note:** The bs3-col snippet can be used both on its own or with the addition of a colon followed by the number of columns required: **E.g.** 190 | 191 | - bs3-col 192 | - bs3-col:6 193 | - bs3-col:12 194 | 195 | | Component | Snippet code | Options | 196 | |------------------------------- | :----------------------------: | :-----: | 197 | | Column | bs3-col | :1-12 | 198 | | Row | bs3-row | | 199 | | Container | bs3-container | | 200 | 201 | ### Icons 202 | 203 | | Component | Snippet code | 204 | |------------------------------- | :-----------------------------:| 205 | | Glyphicon | bs3-icon:glyphicon | 206 | | Icon (Font Awesome) | bs3-icon | 207 | 208 | ### Images 209 | 210 | | Component | Snippet code | 211 | |------------------------------- | :----------------------------: | 212 | | Thumbnail | bs3-thumbnail | 213 | | Thumbnail with content | bs3-thumbnail:content | 214 | 215 | ### Labels 216 | 217 | | Component | Snippet code | 218 | |------------------------------- | :----------------------------: | 219 | | Label | bs3-label | 220 | | Danger Label | bs3-label:danger | 221 | | Info Label | bs3-label:info | 222 | | Success Label | bs3-label:success | 223 | | Warning Label | bs3-label:warning | 224 | 225 | ### Pagination 226 | 227 | | Component | Snippet code | 228 | |------------------------------- | :----------------------------: | 229 | | Pager | bs3-pager | 230 | | Aligned Pager | bs3-pager:aligned | 231 | | Pagination | bs3-pagination | 232 | | Pagination:small | bs3-pagination:sm | 233 | | Pagination:large | bs3-pagination:lg | 234 | 235 | ### Navigation 236 | 237 | | Component | Snippet code | 238 | |------------------------------- | :----------------------------: | 239 | | Navbar (basic navbar) | bs3-navbar | 240 | | Navbar Brand Element | bs3-navbar:brand | 241 | | Navbar Button | bs3-navbar:button | 242 | | Navbar Form | bs3-navbar:form | 243 | | Navbar Link | bs3-navbar:link | 244 | | Navbar Text | bs3-navbar:text | 245 | | Navbar Fixed-Botton | bs3-navbar:fixed-bottom | 246 | | Navbar Fixed-Top | bs3-navbar:fixed-top | 247 | | Navbar Inverse | bs3-navbar:inverse | 248 | | Navbar Responsive | bs3-navbar:responsive | 249 | | Navbar Static-Top | bs3-navbar:static-top | 250 | 251 | ### Jumbotron 252 | 253 | | Component | Snippet code | 254 | |------------------------------- | :----------------------------: | 255 | | Jumbotron (ex Hero Unit) | bs3-jumbotron | 256 | 257 | ### Panels 258 | 259 | | Component | Snippet code | 260 | |------------------------------- | :----------------------------: | 261 | | Panel | bs3-panel | 262 | | Panel (contextual) | bs3-panel:{warning,success,info,danger,primary} | 263 | | Panel (with heading) | bs3-panel:heading | 264 | | Panel (with footer) | bs3-panel:footer | 265 | 266 | ### List-groups 267 | 268 | | Component | Snippet code | 269 | |------------------------------- | :----------------------------: | 270 | | List group | bs3-list-group | 271 | | List group (with badges) | bs3-list-group:badges | 272 | | List group (linked list) | bs3-list-group:linked | 273 | | List group (with content) | bs3-list-group:content | 274 | 275 | ### Media Objects 276 | 277 | | Component | Snippet code | 278 | |------------------------------- | :----------------------------: | 279 | | Media Object | bs3-media-object | 280 | 281 | ### Clearfix 282 | 283 | | Component | Snippet code | 284 | |------------------------------- | :----------------------------: | 285 | | Clearfix | bs3-clearfix | 286 | 287 | ### Wells 288 | 289 | | Component | Snippet code | 290 | |------------------------------- | :----------------------------: | 291 | | Well | bs3-well | 292 | | Well (small) | bs3-well:sm | 293 | | Well (large) | bs3-well:lg | 294 | 295 | ### Tabs 296 | 297 | | Component | Snippet code | 298 | |------------------------------- | :----------------------------: | 299 | | Tabs pane | bs3-tabs | 300 | 301 | ### Input-groups 302 | 303 | | Component | Snippet code | 304 | |------------------------------- | :----------------------------: | 305 | | Input group | bs3-input-group | 306 | | Input group(addon & text-field)| bs3-input-group:addon:text | 307 | | Input group (addon) | bs3-input-group-addon | 308 | | Input group (button) | bs3-input-group-btn | 309 | | Input group (text-field & btn) | bs3-input-group:text:btn | 310 | 311 | ### License 312 | 313 | Bootstrap 3 - Sublime Plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). 314 | --------------------------------------------------------------------------------