diff --git a/snippets/bootstrap/$.html b/snippets/bootstrap/$.html index 35b70fb..845c8d4 100644 --- a/snippets/bootstrap/$.html +++ b/snippets/bootstrap/$.html @@ -1,20 +1,33 @@ - - ${1:Title} - - - - - - - - - $10$END$ - - - - - - + + ${1:Title} + + + + + + + + + + 10$END$ + + + + + + + + + diff --git a/snippets/bootstrap/components/alert/additional-content.html b/snippets/bootstrap/components/alert/additional-content.html index 525483b..ebae7fe 100644 --- a/snippets/bootstrap/components/alert/additional-content.html +++ b/snippets/bootstrap/components/alert/additional-content.html @@ -1,5 +1,7 @@ \ No newline at end of file diff --git a/snippets/bootstrap/components/alert/closable.html b/snippets/bootstrap/components/alert/closable.html index 57b6ae9..44c814b 100644 --- a/snippets/bootstrap/components/alert/closable.html +++ b/snippets/bootstrap/components/alert/closable.html @@ -1,10 +1,12 @@ + $(".alert").alert(); + \ No newline at end of file diff --git a/snippets/bootstrap/components/alert/dismissible.html b/snippets/bootstrap/components/alert/dismissible.html index 2d493ad..047a0be 100644 --- a/snippets/bootstrap/components/alert/dismissible.html +++ b/snippets/bootstrap/components/alert/dismissible.html @@ -1,7 +1,10 @@ + \ No newline at end of file diff --git a/snippets/bootstrap/components/badge/button.html b/snippets/bootstrap/components/badge/button.html index 3112fb4..dedb1b2 100644 --- a/snippets/bootstrap/components/badge/button.html +++ b/snippets/bootstrap/components/badge/button.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/snippets/bootstrap/components/badge/heading.html b/snippets/bootstrap/components/badge/heading.html index fc57c4c..90f1c23 100644 --- a/snippets/bootstrap/components/badge/heading.html +++ b/snippets/bootstrap/components/badge/heading.html @@ -1 +1,3 @@ -${3:Example heading}${4:New} \ No newline at end of file + + ${3:Example heading}${4:New} + \ No newline at end of file diff --git a/snippets/bootstrap/components/bgroup/default.html b/snippets/bootstrap/components/bgroup/default.html index 0092fb6..9f8854a 100644 --- a/snippets/bootstrap/components/bgroup/default.html +++ b/snippets/bootstrap/components/bgroup/default.html @@ -1,5 +1,7 @@
+ +
\ No newline at end of file diff --git a/snippets/bootstrap/components/bgroup/dropdown-vertical.html b/snippets/bootstrap/components/bgroup/dropdown-vertical.html index 43a37d1..7efcb9d 100644 --- a/snippets/bootstrap/components/bgroup/dropdown-vertical.html +++ b/snippets/bootstrap/components/bgroup/dropdown-vertical.html @@ -1,13 +1,18 @@
+
- + +
diff --git a/snippets/bootstrap/components/bgroup/dropdown.html b/snippets/bootstrap/components/bgroup/dropdown.html index 8c49f12..b5479a9 100644 --- a/snippets/bootstrap/components/bgroup/dropdown.html +++ b/snippets/bootstrap/components/bgroup/dropdown.html @@ -1,13 +1,18 @@
+
- + +
diff --git a/snippets/bootstrap/components/bgroup/toolbar.html b/snippets/bootstrap/components/bgroup/toolbar.html index 8aa0898..42cced5 100644 --- a/snippets/bootstrap/components/bgroup/toolbar.html +++ b/snippets/bootstrap/components/bgroup/toolbar.html @@ -4,6 +4,7 @@
+
diff --git a/snippets/bootstrap/components/breadcrumb/default.html b/snippets/bootstrap/components/breadcrumb/default.html index 12b1d21..b8ff8f2 100644 --- a/snippets/bootstrap/components/breadcrumb/default.html +++ b/snippets/bootstrap/components/breadcrumb/default.html @@ -1,5 +1,6 @@ \ No newline at end of file diff --git a/snippets/bootstrap/components/breadcrumb/list.html b/snippets/bootstrap/components/breadcrumb/list.html index efe70b8..6ca3556 100644 --- a/snippets/bootstrap/components/breadcrumb/list.html +++ b/snippets/bootstrap/components/breadcrumb/list.html @@ -1,5 +1,11 @@ \ No newline at end of file diff --git a/snippets/bootstrap/components/button/a.html b/snippets/bootstrap/components/button/a.html index de6218c..541eab8 100644 --- a/snippets/bootstrap/components/button/a.html +++ b/snippets/bootstrap/components/button/a.html @@ -1 +1,5 @@ -$1 \ No newline at end of file +$1 \ No newline at end of file diff --git a/snippets/bootstrap/components/button/block.html b/snippets/bootstrap/components/button/block.html index 0c45b07..cbf1d92 100644 --- a/snippets/bootstrap/components/button/block.html +++ b/snippets/bootstrap/components/button/block.html @@ -1 +1,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/snippets/bootstrap/components/button/checkbox.html b/snippets/bootstrap/components/button/checkbox.html index 253af29..52c56fd 100644 --- a/snippets/bootstrap/components/button/checkbox.html +++ b/snippets/bootstrap/components/button/checkbox.html @@ -1,11 +1,23 @@
+ +
\ No newline at end of file diff --git a/snippets/bootstrap/components/button/radio.html b/snippets/bootstrap/components/button/radio.html index 6240579..ae5821b 100644 --- a/snippets/bootstrap/components/button/radio.html +++ b/snippets/bootstrap/components/button/radio.html @@ -2,9 +2,11 @@ + + diff --git a/snippets/bootstrap/components/button/toggle.html b/snippets/bootstrap/components/button/toggle.html index e5e3229..dc66b7c 100644 --- a/snippets/bootstrap/components/button/toggle.html +++ b/snippets/bootstrap/components/button/toggle.html @@ -1 +1,5 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/snippets/bootstrap/components/card/align.html b/snippets/bootstrap/components/card/align.html index 8be0ae3..22231d4 100644 --- a/snippets/bootstrap/components/card/align.html +++ b/snippets/bootstrap/components/card/align.html @@ -1,7 +1,8 @@
- $2 -
-

${4:Title}

-

${5:Body}

-
+ $2 + +
+

${4:Title}

+

${5:Body}

+
\ No newline at end of file diff --git a/snippets/bootstrap/components/card/background-custom.html b/snippets/bootstrap/components/card/background-custom.html index 2a36c29..d007278 100644 --- a/snippets/bootstrap/components/card/background-custom.html +++ b/snippets/bootstrap/components/card/background-custom.html @@ -1,7 +1,8 @@
- $4 -
-

${5:Title}

-

${6:Text}

-
+ $4 + +
+

${5:Title}

+

${6:Text}

+
\ No newline at end of file diff --git a/snippets/bootstrap/components/card/background.html b/snippets/bootstrap/components/card/background.html index 9bf4f16..aae9163 100644 --- a/snippets/bootstrap/components/card/background.html +++ b/snippets/bootstrap/components/card/background.html @@ -1,7 +1,8 @@
- $3 -
-

${4:Title}

-

${5:Text}

-
+ $3 + +
+

${4:Title}

+

${5:Text}

+
\ No newline at end of file diff --git a/snippets/bootstrap/components/card/blockquote.html b/snippets/bootstrap/components/card/blockquote.html index e8b53b2..72a19f9 100644 --- a/snippets/bootstrap/components/card/blockquote.html +++ b/snippets/bootstrap/components/card/blockquote.html @@ -1,8 +1,11 @@
-
-
-

${1:Quote}

-
${2:Footer}${3:Source title}
-
-
+
+
+

${1:Quote}

+ +
+ ${2:Footer}${3:Source title} +
+
+
\ No newline at end of file diff --git a/snippets/bootstrap/components/card/border.html b/snippets/bootstrap/components/card/border.html index f46fbe2..5e466f2 100644 --- a/snippets/bootstrap/components/card/border.html +++ b/snippets/bootstrap/components/card/border.html @@ -1,7 +1,8 @@
- $3 -
-

${4:Title}

-

${5:Text}

-
+ $3 + +
+

${4:Title}

+

${5:Text}

+
\ No newline at end of file diff --git a/snippets/bootstrap/components/card/columns.html b/snippets/bootstrap/components/card/columns.html index 2d964e9..05c768d 100644 --- a/snippets/bootstrap/components/card/columns.html +++ b/snippets/bootstrap/components/card/columns.html @@ -1,13 +1,16 @@
$2 +

${3:Title}

${4:Text}

+
$6 +

${7:Title}

${8:Text}

diff --git a/snippets/bootstrap/components/card/decks.html b/snippets/bootstrap/components/card/decks.html index 6ebe351..1c4f62a 100644 --- a/snippets/bootstrap/components/card/decks.html +++ b/snippets/bootstrap/components/card/decks.html @@ -1,13 +1,16 @@
$2 +

${3:Title}

${4:Text}

+
$6 +

${7:Title}

${8:Text}

diff --git a/snippets/bootstrap/components/card/default.html b/snippets/bootstrap/components/card/default.html index b7f02e0..22dbee1 100644 --- a/snippets/bootstrap/components/card/default.html +++ b/snippets/bootstrap/components/card/default.html @@ -1,5 +1,6 @@
$2 +

${3:Title}

${4:Text}

diff --git a/snippets/bootstrap/components/card/grid.html b/snippets/bootstrap/components/card/grid.html index 792835d..918414e 100644 --- a/snippets/bootstrap/components/card/grid.html +++ b/snippets/bootstrap/components/card/grid.html @@ -1,18 +1,19 @@
-
-
-
-

${3:Title}

-

${4:Text}

-
-
-
-
-
-
-

${7:Title}

-

${8:Text}

-
-
-
+
+
+
+

${3:Title}

+

${4:Text}

+
+
+
+ +
+
+
+

${7:Title}

+

${8:Text}

+
+
+
\ No newline at end of file diff --git a/snippets/bootstrap/components/card/groups.html b/snippets/bootstrap/components/card/groups.html index c8a26bd..4aa5303 100644 --- a/snippets/bootstrap/components/card/groups.html +++ b/snippets/bootstrap/components/card/groups.html @@ -1,13 +1,16 @@
${2:Card image cap} +

${3:Title}

${4:Text}

+
${6:Card image cap} +

${7:Title}

${8:Text}

diff --git a/snippets/bootstrap/components/card/head-foot.html b/snippets/bootstrap/components/card/head-foot.html index 149876b..7b194e2 100644 --- a/snippets/bootstrap/components/card/head-foot.html +++ b/snippets/bootstrap/components/card/head-foot.html @@ -2,10 +2,12 @@
${1:Header}
+

${2:Title}

${3:Text}

+ diff --git a/snippets/bootstrap/components/card/links.html b/snippets/bootstrap/components/card/links.html index edd8c6e..dd194f9 100644 --- a/snippets/bootstrap/components/card/links.html +++ b/snippets/bootstrap/components/card/links.html @@ -1,9 +1,13 @@
- ${2:Card image cap} + ${2:Card image cap} +

${3:Title}

${4:Text}

+
${5:Card link} ${7:Another link} diff --git a/snippets/bootstrap/components/card/list.html b/snippets/bootstrap/components/card/list.html index c8c8df9..8c5970b 100644 --- a/snippets/bootstrap/components/card/list.html +++ b/snippets/bootstrap/components/card/list.html @@ -1,9 +1,13 @@
- ${2:Card image cap} + ${2:Card image cap} +

${3:Title}

${4:Text}

+
  • ${5:Item 1}
  • ${6:Item 2}
  • diff --git a/snippets/bootstrap/components/card/overlay.html b/snippets/bootstrap/components/card/overlay.html index 8c65f89..44ab374 100644 --- a/snippets/bootstrap/components/card/overlay.html +++ b/snippets/bootstrap/components/card/overlay.html @@ -1,7 +1,8 @@
    - $2 -
    -

    ${3:Title}

    -

    ${4:Text}

    -
    + $2 + +
    +

    ${3:Title}

    +

    ${4:Text}

    +
    \ No newline at end of file diff --git a/snippets/bootstrap/components/card/pill-head.html b/snippets/bootstrap/components/card/pill-head.html index c24b28f..d7a048b 100644 --- a/snippets/bootstrap/components/card/pill-head.html +++ b/snippets/bootstrap/components/card/pill-head.html @@ -1,19 +1,22 @@
    - -
    -

    ${7:Title}

    -

    ${8:Body}

    -
    +
    + +
    + +
    +

    ${7:Title}

    +

    ${8:Body}

    +
    \ No newline at end of file diff --git a/snippets/bootstrap/components/card/subtitle.html b/snippets/bootstrap/components/card/subtitle.html index 5bdfc36..c96b65c 100644 --- a/snippets/bootstrap/components/card/subtitle.html +++ b/snippets/bootstrap/components/card/subtitle.html @@ -1,12 +1,15 @@
    -
    -

    ${1:Title}

    -
    ${2:Subtitle}
    -
    - $4 -
    -

    ${5:Text}

    - ${6:Link 1} - ${8:Link 2} -
    +
    +

    ${1:Title}

    +
    ${2:Subtitle}
    +
    + + $4 + +
    +

    ${5:Text}

    + + ${6:Link 1} + ${8:Link 2} +
    \ No newline at end of file diff --git a/snippets/bootstrap/components/card/tab-head.html b/snippets/bootstrap/components/card/tab-head.html index d9502d2..6c26c2e 100644 --- a/snippets/bootstrap/components/card/tab-head.html +++ b/snippets/bootstrap/components/card/tab-head.html @@ -1,19 +1,22 @@
    -
    - -
    -
    -

    ${7:Title}

    -

    ${8:Body}

    -
    +
    + +
    + +
    +

    ${7:Title}

    +

    ${8:Body}

    +
    \ No newline at end of file diff --git a/snippets/bootstrap/components/carousel/caption.html b/snippets/bootstrap/components/carousel/caption.html index 8ec3770..8f92f04 100644 --- a/snippets/bootstrap/components/carousel/caption.html +++ b/snippets/bootstrap/components/carousel/caption.html @@ -4,33 +4,44 @@
  • + + Previous + Next diff --git a/snippets/bootstrap/components/carousel/default.html b/snippets/bootstrap/components/carousel/default.html index c5c50e8..2d89b1a 100644 --- a/snippets/bootstrap/components/carousel/default.html +++ b/snippets/bootstrap/components/carousel/default.html @@ -4,21 +4,29 @@
  • + +
    Previous + Next diff --git a/snippets/bootstrap/components/collapse/accordion.html b/snippets/bootstrap/components/collapse/accordion.html index 2b921fc..b147af3 100644 --- a/snippets/bootstrap/components/collapse/accordion.html +++ b/snippets/bootstrap/components/collapse/accordion.html @@ -2,25 +2,32 @@ +
    +
    ${8:Section 2 content} diff --git a/snippets/bootstrap/components/collapse/button.html b/snippets/bootstrap/components/collapse/button.html index 499b093..c79a3e3 100644 --- a/snippets/bootstrap/components/collapse/button.html +++ b/snippets/bootstrap/components/collapse/button.html @@ -1,9 +1,12 @@

    - +

    +
    $3
    \ No newline at end of file diff --git a/snippets/bootstrap/components/collapse/default.html b/snippets/bootstrap/components/collapse/default.html index f4a511b..f3f3ded 100644 --- a/snippets/bootstrap/components/collapse/default.html +++ b/snippets/bootstrap/components/collapse/default.html @@ -1,8 +1,11 @@

    - +

    +
    $3
    \ No newline at end of file diff --git a/snippets/bootstrap/components/dropdown/alignment.html b/snippets/bootstrap/components/dropdown/alignment.html index 56b0079..dd72984 100644 --- a/snippets/bootstrap/components/dropdown/alignment.html +++ b/snippets/bootstrap/components/dropdown/alignment.html @@ -1,14 +1,20 @@
    - + +
    \ No newline at end of file diff --git a/snippets/bootstrap/components/dropdown/anchor.html b/snippets/bootstrap/components/dropdown/anchor.html index 4dc2cfb..0ff970c 100644 --- a/snippets/bootstrap/components/dropdown/anchor.html +++ b/snippets/bootstrap/components/dropdown/anchor.html @@ -1,8 +1,11 @@
\ No newline at end of file + \ No newline at end of file diff --git a/snippets/bootstrap/layout/media/middle.html b/snippets/bootstrap/layout/media/middle.html index 7add44c..812336b 100644 --- a/snippets/bootstrap/layout/media/middle.html +++ b/snippets/bootstrap/layout/media/middle.html @@ -1,9 +1,11 @@
- $3 + $3 +
${4:Media heading}
+

${5:Media text}

\ No newline at end of file diff --git a/snippets/bootstrap/layout/media/nesting.html b/snippets/bootstrap/layout/media/nesting.html index 0305041..0c9c08a 100644 --- a/snippets/bootstrap/layout/media/nesting.html +++ b/snippets/bootstrap/layout/media/nesting.html @@ -1,18 +1,23 @@
- - $3 - -
-
${4:Media heading}
- ${5:Media text} -
- - $8 - -
-
${9:Media heading}
- ${10:Media text} -
-
-
+ + $3 + + +
+
${4:Media heading}
+ + ${5:Media text} + +
+ + $8 + + +
+
${9:Media heading}
+ + ${10:Media text} +
+
+
\ No newline at end of file diff --git a/snippets/bootstrap/layout/media/right.html b/snippets/bootstrap/layout/media/right.html index cbb3c88..317b73b 100644 --- a/snippets/bootstrap/layout/media/right.html +++ b/snippets/bootstrap/layout/media/right.html @@ -1,9 +1,11 @@
${1:Media heading}
+ ${2:Media text}
+ - $5 + $5
\ No newline at end of file diff --git a/snippets/bootstrap/layout/media/top.html b/snippets/bootstrap/layout/media/top.html index a3094d2..4dbde39 100644 --- a/snippets/bootstrap/layout/media/top.html +++ b/snippets/bootstrap/layout/media/top.html @@ -1,9 +1,11 @@
- - $3 - -
-
${4:Media heading}
-

${5:Media text}

-
+ + $3 + + +
+
${4:Media heading}
+ +

${5:Media text}

+
\ No newline at end of file diff --git a/snippets/bootstrap/layout/responsive/print-show.html b/snippets/bootstrap/layout/responsive/print-show.html index c40c55e..02db39e 100644 --- a/snippets/bootstrap/layout/responsive/print-show.html +++ b/snippets/bootstrap/layout/responsive/print-show.html @@ -1,3 +1,3 @@
- $2 + $2
\ No newline at end of file