bootstrap-sass 2.2.1.0 → 2.2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bootstrap-sass might be problematic. Click here for more details.
data/README.md
CHANGED
@@ -13,7 +13,7 @@ Enjoy.
|
|
13
13
|
In your Gemfile:
|
14
14
|
|
15
15
|
gem 'sass-rails', '~> 3.2'
|
16
|
-
gem 'bootstrap-sass', '~> 2.2.1.
|
16
|
+
gem 'bootstrap-sass', '~> 2.2.1.1'
|
17
17
|
|
18
18
|
#### CSS
|
19
19
|
|
@@ -94,7 +94,7 @@ Basically this means you should expect to append a separate patch version to the
|
|
94
94
|
|
95
95
|
### Bundler?
|
96
96
|
|
97
|
-
gem 'bootstrap-sass', '~> 2.2.1.
|
97
|
+
gem 'bootstrap-sass', '~> 2.2.1.1'
|
98
98
|
|
99
99
|
Don't use the standard `~> 2.x.y`. Your apps may break.
|
100
100
|
|
@@ -9,55 +9,55 @@
|
|
9
9
|
*/
|
10
10
|
|
11
11
|
// Core variables and mixins
|
12
|
-
@import "variables"; // Modify this for custom colors, font-sizes, etc
|
13
|
-
@import "mixins";
|
12
|
+
@import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
|
13
|
+
@import "bootstrap/mixins";
|
14
14
|
|
15
15
|
// CSS Reset
|
16
|
-
@import "reset";
|
16
|
+
@import "bootstrap/reset";
|
17
17
|
|
18
18
|
// Grid system and page structure
|
19
|
-
@import "scaffolding";
|
20
|
-
@import "grid";
|
21
|
-
@import "layouts";
|
19
|
+
@import "bootstrap/scaffolding";
|
20
|
+
@import "bootstrap/grid";
|
21
|
+
@import "bootstrap/layouts";
|
22
22
|
|
23
23
|
// Base CSS
|
24
|
-
@import "type";
|
25
|
-
@import "code";
|
26
|
-
@import "forms";
|
27
|
-
@import "tables";
|
24
|
+
@import "bootstrap/type";
|
25
|
+
@import "bootstrap/code";
|
26
|
+
@import "bootstrap/forms";
|
27
|
+
@import "bootstrap/tables";
|
28
28
|
|
29
29
|
// Components: common
|
30
|
-
@import "sprites";
|
31
|
-
@import "dropdowns";
|
32
|
-
@import "wells";
|
33
|
-
@import "component-animations";
|
34
|
-
@import "close";
|
30
|
+
@import "bootstrap/sprites";
|
31
|
+
@import "bootstrap/dropdowns";
|
32
|
+
@import "bootstrap/wells";
|
33
|
+
@import "bootstrap/component-animations";
|
34
|
+
@import "bootstrap/close";
|
35
35
|
|
36
36
|
// Components: Buttons & Alerts
|
37
|
-
@import "buttons";
|
38
|
-
@import "button-groups";
|
39
|
-
@import "alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons
|
37
|
+
@import "bootstrap/buttons";
|
38
|
+
@import "bootstrap/button-groups";
|
39
|
+
@import "bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons
|
40
40
|
|
41
41
|
// Components: Nav
|
42
|
-
@import "navs";
|
43
|
-
@import "navbar";
|
44
|
-
@import "breadcrumbs";
|
45
|
-
@import "pagination";
|
46
|
-
@import "pager";
|
42
|
+
@import "bootstrap/navs";
|
43
|
+
@import "bootstrap/navbar";
|
44
|
+
@import "bootstrap/breadcrumbs";
|
45
|
+
@import "bootstrap/pagination";
|
46
|
+
@import "bootstrap/pager";
|
47
47
|
|
48
48
|
// Components: Popovers
|
49
|
-
@import "modals";
|
50
|
-
@import "tooltip";
|
51
|
-
@import "popovers";
|
49
|
+
@import "bootstrap/modals";
|
50
|
+
@import "bootstrap/tooltip";
|
51
|
+
@import "bootstrap/popovers";
|
52
52
|
|
53
53
|
// Components: Misc
|
54
|
-
@import "thumbnails";
|
55
|
-
@import "media";
|
56
|
-
@import "labels-badges";
|
57
|
-
@import "progress-bars";
|
58
|
-
@import "accordion";
|
59
|
-
@import "carousel";
|
60
|
-
@import "hero-unit";
|
54
|
+
@import "bootstrap/thumbnails";
|
55
|
+
@import "bootstrap/media";
|
56
|
+
@import "bootstrap/labels-badges";
|
57
|
+
@import "bootstrap/progress-bars";
|
58
|
+
@import "bootstrap/accordion";
|
59
|
+
@import "bootstrap/carousel";
|
60
|
+
@import "bootstrap/hero-unit";
|
61
61
|
|
62
62
|
// Utility classes
|
63
|
-
@import "utilities"; // Has to be last to override when necessary
|
63
|
+
@import "bootstrap/utilities"; // Has to be last to override when necessary
|
@@ -18,31 +18,31 @@
|
|
18
18
|
// -------------------------
|
19
19
|
// Required since we compile the responsive stuff separately
|
20
20
|
|
21
|
-
@import "variables"; // Modify this for custom colors, font-sizes, etc
|
22
|
-
@import "mixins";
|
21
|
+
@import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
|
22
|
+
@import "bootstrap/mixins";
|
23
23
|
|
24
24
|
|
25
25
|
// RESPONSIVE CLASSES
|
26
26
|
// ------------------
|
27
27
|
|
28
|
-
@import "responsive-utilities";
|
28
|
+
@import "bootstrap/responsive-utilities";
|
29
29
|
|
30
30
|
|
31
31
|
// MEDIA QUERIES
|
32
32
|
// ------------------
|
33
33
|
|
34
34
|
// Large desktops
|
35
|
-
@import "responsive-1200px-min";
|
35
|
+
@import "bootstrap/responsive-1200px-min";
|
36
36
|
|
37
37
|
// Tablets to regular desktops
|
38
|
-
@import "responsive-768px-979px";
|
38
|
+
@import "bootstrap/responsive-768px-979px";
|
39
39
|
|
40
40
|
// Phones to portrait tablets and narrow desktops
|
41
|
-
@import "responsive-767px-max";
|
41
|
+
@import "bootstrap/responsive-767px-max";
|
42
42
|
|
43
43
|
|
44
44
|
// RESPONSIVE NAVBAR
|
45
45
|
// ------------------
|
46
46
|
|
47
47
|
// From 979px and below, show a button to toggle navbar contents
|
48
|
-
@import "responsive-navbar";
|
48
|
+
@import "bootstrap/responsive-navbar";
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.1.
|
4
|
+
version: 2.2.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|