bootstrapped-rails 2.0.8.4 → 2.0.8.5
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.
@@ -0,0 +1,50 @@
|
|
1
|
+
@import "bootstrapped-sass/variables"; // Modify this for custom colors, font-sizes, etc
|
2
|
+
@import "bootstrapped-sass/mixins";
|
3
|
+
|
4
|
+
// Grid system and page structure
|
5
|
+
@import "bootstrapped-sass/scaffolding";
|
6
|
+
@import "bootstrapped-sass/grid";
|
7
|
+
@import "bootstrapped-sass/layouts";
|
8
|
+
|
9
|
+
// Base CSS
|
10
|
+
@import "bootstrapped-sass/type";
|
11
|
+
@import "bootstrapped-sass/code";
|
12
|
+
@import "bootstrapped-sass/forms";
|
13
|
+
@import "bootstrapped-sass/tables";
|
14
|
+
|
15
|
+
// Components: common
|
16
|
+
@import "bootstrapped-sass/sprites";
|
17
|
+
@import "bootstrapped-sass/dropdowns";
|
18
|
+
@import "bootstrapped-sass/wells";
|
19
|
+
@import "bootstrapped-sass/component-animations";
|
20
|
+
@import "bootstrapped-sass/close";
|
21
|
+
|
22
|
+
// Components: Buttons & Alerts
|
23
|
+
@import "bootstrapped-sass/buttons";
|
24
|
+
@import "bootstrapped-sass/button-groups";
|
25
|
+
@import "bootstrapped-sass/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
|
26
|
+
|
27
|
+
// Components: Nav
|
28
|
+
@import "bootstrapped-sass/navs";
|
29
|
+
@import "bootstrapped-sass/navbar";
|
30
|
+
@import "bootstrapped-sass/subnav";
|
31
|
+
@import "bootstrapped-sass/breadcrumbs";
|
32
|
+
@import "bootstrapped-sass/pagination";
|
33
|
+
@import "bootstrapped-sass/pager";
|
34
|
+
|
35
|
+
// Components: Popovers
|
36
|
+
@import "bootstrapped-sass/modals";
|
37
|
+
@import "bootstrapped-sass/tooltip";
|
38
|
+
@import "bootstrapped-sass/popovers";
|
39
|
+
|
40
|
+
// Components: Misc
|
41
|
+
@import "bootstrapped-sass/thumbnails";
|
42
|
+
@import "bootstrapped-sass/labels";
|
43
|
+
@import "bootstrapped-sass/progress-bars";
|
44
|
+
@import "bootstrapped-sass/accordion";
|
45
|
+
@import "bootstrapped-sass/carousel";
|
46
|
+
@import "bootstrapped-sass/hero-unit";
|
47
|
+
@import "bootstrapped-sass/badges";
|
48
|
+
|
49
|
+
// Utility classes
|
50
|
+
@import "bootstrapped-sass/utilities"; // Has to be last to override when necessary
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrapped-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.8.
|
4
|
+
version: 2.0.8.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-05-
|
12
|
+
date: 2012-05-11 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70137316180500 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.1.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70137316180500
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: bundler
|
27
|
-
requirement: &
|
27
|
+
requirement: &70137316180000 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 1.0.0
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70137316180000
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rails
|
38
|
-
requirement: &
|
38
|
+
requirement: &70137316179540 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3.1'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70137316179540
|
47
47
|
description: ! ' This is a hacked-together version of the gem ''bootstrap-sass'',
|
48
48
|
with the generators from ''twitter-bootstrap-rails'', has also replaced the Glyphicons
|
49
49
|
icons with [Font Awesome](http://fortawesome.github.com/Font-Awesome/), since svg
|
@@ -163,6 +163,7 @@ files:
|
|
163
163
|
- vendor/assets/stylesheets/bootstrapped-sass/fontawesome-webfont.ttf
|
164
164
|
- vendor/assets/stylesheets/bootstrapped-sass/fontawesome-webfont.woff
|
165
165
|
- vendor/assets/stylesheets/bootstrapped.css.scss
|
166
|
+
- vendor/assets/stylesheets/bootstrapped2.css.scss
|
166
167
|
- vendor/assets/stylesheets/custom_partials/.DS_Store
|
167
168
|
- vendor/assets/stylesheets/custom_partials/animation.scss
|
168
169
|
- vendor/assets/stylesheets/custom_partials/arrow.scss
|