bootstrap 4.0.0.beta → 4.0.0.beta2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bootstrap might be problematic. Click here for more details.

Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile +1 -1
  4. data/README.md +10 -43
  5. data/Rakefile +1 -1
  6. data/assets/javascripts/bootstrap-sprockets.js +5 -5
  7. data/assets/javascripts/bootstrap.js +1561 -1542
  8. data/assets/javascripts/bootstrap.min.js +6 -5
  9. data/assets/javascripts/bootstrap/alert.js +31 -38
  10. data/assets/javascripts/bootstrap/button.js +23 -30
  11. data/assets/javascripts/bootstrap/carousel.js +72 -81
  12. data/assets/javascripts/bootstrap/collapse.js +72 -68
  13. data/assets/javascripts/bootstrap/dropdown.js +97 -85
  14. data/assets/javascripts/bootstrap/modal.js +104 -101
  15. data/assets/javascripts/bootstrap/popover.js +55 -68
  16. data/assets/javascripts/bootstrap/scrollspy.js +63 -68
  17. data/assets/javascripts/bootstrap/tab.js +54 -49
  18. data/assets/javascripts/bootstrap/tooltip.js +102 -116
  19. data/assets/javascripts/bootstrap/util.js +20 -30
  20. data/assets/stylesheets/_bootstrap-grid.scss +7 -9
  21. data/assets/stylesheets/_bootstrap-reboot.scss +7 -4
  22. data/assets/stylesheets/_bootstrap.scss +2 -1
  23. data/assets/stylesheets/bootstrap/_alert.scss +4 -3
  24. data/assets/stylesheets/bootstrap/_badge.scss +1 -2
  25. data/assets/stylesheets/bootstrap/_breadcrumb.scss +4 -4
  26. data/assets/stylesheets/bootstrap/_button-group.scss +33 -24
  27. data/assets/stylesheets/bootstrap/_buttons.scss +24 -29
  28. data/assets/stylesheets/bootstrap/_card.scss +58 -22
  29. data/assets/stylesheets/bootstrap/_carousel.scss +6 -0
  30. data/assets/stylesheets/bootstrap/_close.scss +2 -2
  31. data/assets/stylesheets/bootstrap/_custom-forms.scss +11 -8
  32. data/assets/stylesheets/bootstrap/_dropdown.scss +16 -41
  33. data/assets/stylesheets/bootstrap/_forms.scss +12 -44
  34. data/assets/stylesheets/bootstrap/_functions.scss +6 -10
  35. data/assets/stylesheets/bootstrap/_grid.scss +0 -1
  36. data/assets/stylesheets/bootstrap/_input-group.scss +17 -7
  37. data/assets/stylesheets/bootstrap/_mixins.scss +1 -0
  38. data/assets/stylesheets/bootstrap/_modal.scss +12 -1
  39. data/assets/stylesheets/bootstrap/_nav.scss +5 -5
  40. data/assets/stylesheets/bootstrap/_navbar.scss +27 -5
  41. data/assets/stylesheets/bootstrap/_pagination.scss +2 -4
  42. data/assets/stylesheets/bootstrap/_popover.scss +16 -17
  43. data/assets/stylesheets/bootstrap/_print.scss +2 -3
  44. data/assets/stylesheets/bootstrap/_progress.scss +4 -6
  45. data/assets/stylesheets/bootstrap/_reboot.scss +39 -16
  46. data/assets/stylesheets/bootstrap/_root.scss +19 -0
  47. data/assets/stylesheets/bootstrap/_tables.scss +40 -28
  48. data/assets/stylesheets/bootstrap/_tooltip.scss +6 -6
  49. data/assets/stylesheets/bootstrap/_transitions.scss +2 -0
  50. data/assets/stylesheets/bootstrap/_type.scss +2 -0
  51. data/assets/stylesheets/bootstrap/_variables.scss +467 -476
  52. data/assets/stylesheets/bootstrap/mixins/_alert.scss +1 -1
  53. data/assets/stylesheets/bootstrap/mixins/_background-variant.scss +8 -0
  54. data/assets/stylesheets/bootstrap/mixins/_badge.scss +2 -2
  55. data/assets/stylesheets/bootstrap/mixins/_breakpoints.scss +18 -4
  56. data/assets/stylesheets/bootstrap/mixins/_buttons.scss +27 -16
  57. data/assets/stylesheets/bootstrap/mixins/_caret.scss +35 -0
  58. data/assets/stylesheets/bootstrap/mixins/_float.scss +2 -0
  59. data/assets/stylesheets/bootstrap/mixins/_forms.scss +31 -4
  60. data/assets/stylesheets/bootstrap/mixins/_gradients.scss +8 -0
  61. data/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +14 -1
  62. data/assets/stylesheets/bootstrap/mixins/_grid.scss +10 -5
  63. data/assets/stylesheets/bootstrap/mixins/_hover.scss +13 -12
  64. data/assets/stylesheets/bootstrap/mixins/_image.scss +3 -3
  65. data/assets/stylesheets/bootstrap/mixins/_list-group.scss +0 -2
  66. data/assets/stylesheets/bootstrap/mixins/_navbar-align.scss +2 -1
  67. data/assets/stylesheets/bootstrap/mixins/_reset-text.scss +1 -2
  68. data/assets/stylesheets/bootstrap/mixins/_screen-reader.scss +2 -2
  69. data/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +2 -0
  70. data/assets/stylesheets/bootstrap/mixins/_visibility.scss +2 -0
  71. data/assets/stylesheets/bootstrap/utilities/_align.scss +2 -0
  72. data/assets/stylesheets/bootstrap/utilities/_background.scss +16 -3
  73. data/assets/stylesheets/bootstrap/utilities/_borders.scss +5 -3
  74. data/assets/stylesheets/bootstrap/utilities/_display.scss +3 -0
  75. data/assets/stylesheets/bootstrap/utilities/_flex.scss +2 -0
  76. data/assets/stylesheets/bootstrap/utilities/_position.scss +12 -1
  77. data/assets/stylesheets/bootstrap/utilities/_sizing.scss +2 -0
  78. data/assets/stylesheets/bootstrap/utilities/_spacing.scss +24 -14
  79. data/assets/stylesheets/bootstrap/utilities/_text.scss +7 -4
  80. data/bootstrap.gemspec +2 -3
  81. data/lib/bootstrap.rb +0 -16
  82. data/lib/bootstrap/version.rb +2 -2
  83. data/tasks/updater/js.rb +31 -4
  84. data/tasks/updater/scss.rb +0 -12
  85. data/test/dummy_rails/config/application.rb +0 -1
  86. metadata +16 -27
  87. data/templates/project/_bootstrap-variables.scss +0 -834
  88. data/templates/project/manifest.rb +0 -18
  89. data/templates/project/styles.scss +0 -10
  90. data/test/compass_test.rb +0 -14
@@ -1,7 +1,8 @@
1
1
  // Navbar vertical align
2
2
  //
3
3
  // Vertically center elements in the navbar.
4
- // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.
4
+ // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
5
+ // to calculate the appropriate top margin.
5
6
 
6
7
  // @mixin navbar-vertical-align($element-height) {
7
8
  // margin-top: (($navbar-height - $element-height) / 2);
@@ -1,4 +1,3 @@
1
- // scss-lint:disable DuplicateProperty
2
1
  @mixin reset-text {
3
2
  font-family: $font-family-base;
4
3
  // We deliberately do NOT reset font-size or word-wrap.
@@ -6,7 +5,7 @@
6
5
  font-weight: $font-weight-normal;
7
6
  line-height: $line-height-base;
8
7
  text-align: left; // Fallback for where `start` is not supported
9
- text-align: start;
8
+ text-align: start; // stylelint-disable-line declaration-block-no-duplicate-properties
10
9
  text-decoration: none;
11
10
  text-shadow: none;
12
11
  text-transform: none;
@@ -1,7 +1,7 @@
1
1
  // Only display content to screen readers
2
2
  //
3
- // See: http://a11yproject.com/posts/how-to-hide-content
4
- // See: http://hugogiraudel.com/2016/10/13/css-hide-and-seek/
3
+ // See: http://a11yproject.com/posts/how-to-hide-content/
4
+ // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
5
5
 
6
6
  @mixin sr-only {
7
7
  position: absolute;
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  // Typography
2
4
 
3
5
  @mixin text-emphasis-variant($parent, $color) {
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  // Visibility
2
4
 
3
5
  @mixin invisible($visibility) {
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  .align-baseline { vertical-align: baseline !important; } // Browser default
2
4
  .align-top { vertical-align: top !important; }
3
5
  .align-middle { vertical-align: middle !important; }
@@ -1,6 +1,19 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  @each $color, $value in $theme-colors {
2
- @include bg-variant('.bg-#{$color}', $value);
4
+ @include bg-variant(".bg-#{$color}", $value);
5
+ }
6
+
7
+ @if $enable-gradients {
8
+ @each $color, $value in $theme-colors {
9
+ @include bg-gradient-variant(".bg-gradient-#{$color}", $value);
10
+ }
3
11
  }
4
12
 
5
- .bg-white { background-color: $white !important; }
6
- .bg-transparent { background-color: transparent !important; }
13
+ .bg-white {
14
+ background-color: $white !important;
15
+ }
16
+
17
+ .bg-transparent {
18
+ background-color: transparent !important;
19
+ }
@@ -1,8 +1,10 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  //
2
4
  // Border
3
5
  //
4
6
 
5
- .border { border: 1px solid $gray-200 !important; }
7
+ .border { border: $border-width solid $border-color !important; }
6
8
  .border-0 { border: 0 !important; }
7
9
  .border-top-0 { border-top: 0 !important; }
8
10
  .border-right-0 { border-right: 0 !important; }
@@ -44,9 +46,9 @@
44
46
  }
45
47
 
46
48
  .rounded-circle {
47
- border-radius: 50%;
49
+ border-radius: 50% !important;
48
50
  }
49
51
 
50
52
  .rounded-0 {
51
- border-radius: 0;
53
+ border-radius: 0 !important;
52
54
  }
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  //
2
4
  // Utilities for common `display` values
3
5
  //
@@ -11,6 +13,7 @@
11
13
  .d#{$infix}-inline-block { display: inline-block !important; }
12
14
  .d#{$infix}-block { display: block !important; }
13
15
  .d#{$infix}-table { display: table !important; }
16
+ .d#{$infix}-table-row { display: table-row !important; }
14
17
  .d#{$infix}-table-cell { display: table-cell !important; }
15
18
  .d#{$infix}-flex { display: flex !important; }
16
19
  .d#{$infix}-inline-flex { display: inline-flex !important; }
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  // Flex variation
2
4
  //
3
5
  // Custom styles for additional flex alignment options.
@@ -1,4 +1,15 @@
1
- // Positioning
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Common values
4
+
5
+ // Sass list not in variables since it's not intended for customization.
6
+ $positions: static, relative, absolute, fixed, sticky;
7
+
8
+ @each $position in $positions {
9
+ .position-#{$position} { position: $position !important; }
10
+ }
11
+
12
+ // Shorthand
2
13
 
3
14
  .fixed-top {
4
15
  position: fixed;
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  // Width and height
2
4
 
3
5
  @each $prop, $abbrev in (width: w, height: h) {
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  // Margin and Padding
2
4
 
3
5
  @each $breakpoint in map-keys($grid-breakpoints) {
@@ -7,35 +9,43 @@
7
9
  @each $prop, $abbrev in (margin: m, padding: p) {
8
10
  @each $size, $length in $spacers {
9
11
 
10
- .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
11
- .#{$abbrev}t#{$infix}-#{$size} { #{$prop}-top: $length !important; }
12
- .#{$abbrev}r#{$infix}-#{$size} { #{$prop}-right: $length !important; }
13
- .#{$abbrev}b#{$infix}-#{$size} { #{$prop}-bottom: $length !important; }
14
- .#{$abbrev}l#{$infix}-#{$size} { #{$prop}-left: $length !important; }
12
+ .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
13
+ .#{$abbrev}t#{$infix}-#{$size},
14
+ .#{$abbrev}y#{$infix}-#{$size} {
15
+ #{$prop}-top: $length !important;
16
+ }
17
+ .#{$abbrev}r#{$infix}-#{$size},
15
18
  .#{$abbrev}x#{$infix}-#{$size} {
16
19
  #{$prop}-right: $length !important;
17
- #{$prop}-left: $length !important;
18
20
  }
21
+ .#{$abbrev}b#{$infix}-#{$size},
19
22
  .#{$abbrev}y#{$infix}-#{$size} {
20
- #{$prop}-top: $length !important;
21
23
  #{$prop}-bottom: $length !important;
22
24
  }
25
+ .#{$abbrev}l#{$infix}-#{$size},
26
+ .#{$abbrev}x#{$infix}-#{$size} {
27
+ #{$prop}-left: $length !important;
28
+ }
23
29
  }
24
30
  }
25
31
 
26
32
  // Some special margin utils
27
- .m#{$infix}-auto { margin: auto !important; }
28
- .mt#{$infix}-auto { margin-top: auto !important; }
29
- .mr#{$infix}-auto { margin-right: auto !important; }
30
- .mb#{$infix}-auto { margin-bottom: auto !important; }
31
- .ml#{$infix}-auto { margin-left: auto !important; }
33
+ .m#{$infix}-auto { margin: auto !important; }
34
+ .mt#{$infix}-auto,
35
+ .my#{$infix}-auto {
36
+ margin-top: auto !important;
37
+ }
38
+ .mr#{$infix}-auto,
32
39
  .mx#{$infix}-auto {
33
40
  margin-right: auto !important;
34
- margin-left: auto !important;
35
41
  }
42
+ .mb#{$infix}-auto,
36
43
  .my#{$infix}-auto {
37
- margin-top: auto !important;
38
44
  margin-bottom: auto !important;
39
45
  }
46
+ .ml#{$infix}-auto,
47
+ .mx#{$infix}-auto {
48
+ margin-left: auto !important;
49
+ }
40
50
  }
41
51
  }
@@ -1,3 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
1
3
  //
2
4
  // Text
3
5
  //
@@ -28,16 +30,17 @@
28
30
 
29
31
  // Weight and italics
30
32
 
31
- .font-weight-normal { font-weight: $font-weight-normal; }
32
- .font-weight-bold { font-weight: $font-weight-bold; }
33
- .font-italic { font-style: italic; }
33
+ .font-weight-light { font-weight: $font-weight-light !important; }
34
+ .font-weight-normal { font-weight: $font-weight-normal !important; }
35
+ .font-weight-bold { font-weight: $font-weight-bold !important; }
36
+ .font-italic { font-style: italic !important; }
34
37
 
35
38
  // Contextual colors
36
39
 
37
40
  .text-white { color: #fff !important; }
38
41
 
39
42
  @each $color, $value in $theme-colors {
40
- @include text-emphasis-variant('.text-#{$color}', $value);
43
+ @include text-emphasis-variant(".text-#{$color}", $value);
41
44
  }
42
45
 
43
46
  .text-muted { color: $text-muted !important; }
@@ -11,15 +11,14 @@ Gem::Specification.new do |s|
11
11
  s.homepage = 'https://github.com/twbs/bootstrap-rubygem'
12
12
  s.license = 'MIT'
13
13
 
14
- s.add_runtime_dependency 'popper_js', '~> 1.11.1'
14
+ s.add_runtime_dependency 'popper_js', '>= 1.12.3', '< 2'
15
15
 
16
- s.add_runtime_dependency 'sass', '>= 3.4.19'
16
+ s.add_runtime_dependency 'sass', '>= 3.5.2'
17
17
  s.add_runtime_dependency 'autoprefixer-rails', '>= 6.0.3'
18
18
 
19
19
  # Testing dependencies
20
20
  s.add_development_dependency 'minitest', '~> 5.8.0'
21
21
  s.add_development_dependency 'minitest-reporters', '~> 1.0.5'
22
- s.add_development_dependency 'compass', '~> 1.0.3'
23
22
  s.add_development_dependency 'term-ansicolor'
24
23
  # Integration testing
25
24
  s.add_development_dependency 'capybara', '>= 2.6.0'
@@ -5,8 +5,6 @@ module Bootstrap
5
5
  class << self
6
6
  # Inspired by Kaminari
7
7
  def load!
8
- register_compass_extension if compass?
9
-
10
8
  if rails?
11
9
  register_rails_engine
12
10
  elsif hanami?
@@ -40,10 +38,6 @@ module Bootstrap
40
38
  defined?(::Sprockets)
41
39
  end
42
40
 
43
- def compass?
44
- defined?(::Compass::Frameworks)
45
- end
46
-
47
41
  def rails?
48
42
  defined?(::Rails)
49
43
  end
@@ -60,16 +54,6 @@ module Bootstrap
60
54
  ::Sass.load_paths << stylesheets_path
61
55
  end
62
56
 
63
- def register_compass_extension
64
- ::Compass::Frameworks.register(
65
- 'bootstrap',
66
- :version => Bootstrap::VERSION,
67
- :path => gem_path,
68
- :stylesheets_directory => stylesheets_path,
69
- :templates_directory => File.join(gem_path, 'templates')
70
- )
71
- end
72
-
73
57
  def register_rails_engine
74
58
  require 'bootstrap/engine'
75
59
  end
@@ -1,4 +1,4 @@
1
1
  module Bootstrap
2
- VERSION = '4.0.0.beta'
3
- BOOTSTRAP_SHA = '35f80bb12e4e71fd777ee60ffa43711d8f84b1a6'
2
+ VERSION = '4.0.0.beta2'
3
+ BOOTSTRAP_SHA = 'fc94de5b8b5b329a298eeeb76174b146ff17af2d'
4
4
  end
@@ -1,3 +1,5 @@
1
+ require 'tsort'
2
+
1
3
  class Updater
2
4
  module Js
3
5
  def update_javascript_assets
@@ -28,10 +30,35 @@ class Updater
28
30
 
29
31
  def bootstrap_js_files
30
32
  @bootstrap_js_files ||= begin
31
- package_json = get_file(file_url 'package.json')
32
- JSON.parse(package_json)['scripts']['js-compile-bundle']
33
- .match(/shx cat (.*?) \|/)[1].split(/\s+/)
34
- .map { |p| p.sub %r(\Ajs/src/), '' }
33
+ src_files = get_paths_by_type('js/src', /\.js$/) - %w[index.js]
34
+ imports = Deps.new
35
+ # Get the imports from the ES6 files to order requires correctly.
36
+ read_files('js/src', src_files).each do |name, content|
37
+ imports.add name,
38
+ *content.scan(%r{import [a-zA-Z]* from '\./(\w+)})
39
+ .flatten(1).map { |f| "#{f}.js" }
40
+ end
41
+ imports.tsort
42
+ end
43
+ end
44
+
45
+ class Deps
46
+ include TSort
47
+
48
+ def initialize
49
+ @imports = {}
50
+ end
51
+
52
+ def add(from, *tos)
53
+ (@imports[from] ||= []).push(*tos)
54
+ end
55
+
56
+ def tsort_each_child(node, &block)
57
+ @imports[node].each(&block)
58
+ end
59
+
60
+ def tsort_each_node(&block)
61
+ @imports.each_key(&block)
35
62
  end
36
63
  end
37
64
  end
@@ -21,18 +21,6 @@ class Updater
21
21
  # As we moved the files, adjust imports accordingly.
22
22
  File.write to, File.read(to).gsub(/ "/, ' "bootstrap/')
23
23
  end
24
-
25
- log_status 'Generating variable template file'
26
- save_file 'templates/project/_bootstrap-variables.scss',
27
- "// Override Bootstrap variables here (defaults from bootstrap v#{upstream_version}):\n" +
28
- File.read("#{save_to}/_variables.scss").
29
- # The instructions in the file header are replaced with the line above
30
- lines[4..-1].
31
- join.
32
- # Comment out the assignments
33
- gsub(/^(?=[$@)}]|[ ]{2})/, '// ').
34
- # Remove the !default modifier
35
- gsub(/ !default/, '')
36
24
  end
37
25
  end
38
26
  end
@@ -11,7 +11,6 @@ require 'rails'
11
11
  end
12
12
 
13
13
  require 'autoprefixer-rails'
14
- require 'compass'
15
14
  require 'slim-rails'
16
15
  require 'uglifier'
17
16
 
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta
4
+ version: 4.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Twitter, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-11 00:00:00.000000000 Z
11
+ date: 2017-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: popper_js
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 1.12.3
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: 1.11.1
22
+ version: '2'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: 1.11.1
29
+ version: 1.12.3
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: sass
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - ">="
32
38
  - !ruby/object:Gem::Version
33
- version: 3.4.19
39
+ version: 3.5.2
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - ">="
39
45
  - !ruby/object:Gem::Version
40
- version: 3.4.19
46
+ version: 3.5.2
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: autoprefixer-rails
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -80,20 +86,6 @@ dependencies:
80
86
  - - "~>"
81
87
  - !ruby/object:Gem::Version
82
88
  version: 1.0.5
83
- - !ruby/object:Gem::Dependency
84
- name: compass
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: 1.0.3
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: 1.0.3
97
89
  - !ruby/object:Gem::Dependency
98
90
  name: term-ansicolor
99
91
  requirement: !ruby/object:Gem::Requirement
@@ -293,6 +285,7 @@ files:
293
285
  - assets/stylesheets/bootstrap/_print.scss
294
286
  - assets/stylesheets/bootstrap/_progress.scss
295
287
  - assets/stylesheets/bootstrap/_reboot.scss
288
+ - assets/stylesheets/bootstrap/_root.scss
296
289
  - assets/stylesheets/bootstrap/_tables.scss
297
290
  - assets/stylesheets/bootstrap/_tooltip.scss
298
291
  - assets/stylesheets/bootstrap/_transitions.scss
@@ -306,6 +299,7 @@ files:
306
299
  - assets/stylesheets/bootstrap/mixins/_box-shadow.scss
307
300
  - assets/stylesheets/bootstrap/mixins/_breakpoints.scss
308
301
  - assets/stylesheets/bootstrap/mixins/_buttons.scss
302
+ - assets/stylesheets/bootstrap/mixins/_caret.scss
309
303
  - assets/stylesheets/bootstrap/mixins/_clearfix.scss
310
304
  - assets/stylesheets/bootstrap/mixins/_float.scss
311
305
  - assets/stylesheets/bootstrap/mixins/_forms.scss
@@ -352,10 +346,6 @@ files:
352
346
  - tasks/updater/logger.rb
353
347
  - tasks/updater/network.rb
354
348
  - tasks/updater/scss.rb
355
- - templates/project/_bootstrap-variables.scss
356
- - templates/project/manifest.rb
357
- - templates/project/styles.scss
358
- - test/compass_test.rb
359
349
  - test/dummy_rails/README.rdoc
360
350
  - test/dummy_rails/Rakefile
361
351
  - test/dummy_rails/app/assets/images/.keep
@@ -418,7 +408,6 @@ specification_version: 4
418
408
  summary: The most popular HTML, CSS, and JavaScript framework for developing responsive,
419
409
  mobile first projects on the web. http://getbootstrap.com
420
410
  test_files:
421
- - test/compass_test.rb
422
411
  - test/dummy_rails/README.rdoc
423
412
  - test/dummy_rails/Rakefile
424
413
  - test/dummy_rails/app/assets/images/.keep