bootswatch-rails 0.0.11 → 0.0.12
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.
- data/README.md +3 -3
- data/lib/bootswatch-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +2 -2
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/spruce/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +0 -6
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +0 -6
- metadata +4 -4
data/README.md
CHANGED
|
@@ -18,10 +18,10 @@ When using bootstrap-sass, it's recommended to avoid sprockets in your styleshee
|
|
|
18
18
|
|
|
19
19
|
Here's approximately how your `application.css.scss` file should look like, considering that you're using [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass).
|
|
20
20
|
|
|
21
|
-
// Example using
|
|
21
|
+
// Example using 'Cerulean' bootswatch
|
|
22
22
|
//
|
|
23
23
|
// First import journal variables
|
|
24
|
-
@import "bootswatch/
|
|
24
|
+
@import "bootswatch/cerulean/variables";
|
|
25
25
|
|
|
26
26
|
// Then bootstrap itself
|
|
27
27
|
@import "bootstrap";
|
|
@@ -33,7 +33,7 @@ Here's approximately how your `application.css.scss` file should look like, cons
|
|
|
33
33
|
@import "bootstrap-responsive";
|
|
34
34
|
|
|
35
35
|
// And finally bootswatch style itself
|
|
36
|
-
@import "bootswatch/
|
|
36
|
+
@import "bootswatch/cerulean/bootswatch";
|
|
37
37
|
|
|
38
38
|
// Whatever application styles you have go last
|
|
39
39
|
@import "base";
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// TYPOGRAPHY
|
|
6
6
|
// -----------------------------------------------------
|
|
7
7
|
|
|
8
|
-
@import url("
|
|
9
|
-
@import url("
|
|
8
|
+
@import url("https://fonts.googleapis.com/css?family=Lobster");
|
|
9
|
+
@import url("https://fonts.googleapis.com/css?family=Cabin:400,700");
|
|
10
10
|
|
|
11
11
|
.navbar .brand, legend {
|
|
12
12
|
font-family: $headingsFontFamily;
|
|
@@ -97,12 +97,6 @@ $zindexModalBackdrop: 1040;
|
|
|
97
97
|
$zindexModal: 1050;
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
// Sprite icons path
|
|
101
|
-
// -------------------------
|
|
102
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
103
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
104
|
-
|
|
105
|
-
|
|
106
100
|
// Input placeholder text color
|
|
107
101
|
// -------------------------
|
|
108
102
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -16,7 +16,7 @@ a {
|
|
|
16
16
|
// TYPOGRAPHY
|
|
17
17
|
// -----------------------------------------------------
|
|
18
18
|
|
|
19
|
-
@import url('
|
|
19
|
+
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
|
|
20
20
|
|
|
21
21
|
h1, h2, h3, h4, h5, h6, .brand, .navbar, .subnav a, blockquote > p {
|
|
22
22
|
font-family: 'Open Sans', sans-serif;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
|
@@ -122,12 +122,6 @@ $zindexModalBackdrop: 1040;
|
|
|
122
122
|
$zindexModal: 1050;
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
// Sprite icons path
|
|
126
|
-
// -------------------------
|
|
127
|
-
$iconSpritePath: "../img/glyphicons-halflings.png";
|
|
128
|
-
$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
|
|
129
|
-
|
|
130
|
-
|
|
131
125
|
// Input placeholder text color
|
|
132
126
|
// -------------------------
|
|
133
127
|
$placeholderText: $grayLight;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootswatch-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
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-
|
|
12
|
+
date: 2012-06-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70354001411200 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '3.1'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70354001411200
|
|
25
25
|
description: Bootswatches converted to SCSS ready to use in Rails 3 asset pipeline.
|
|
26
26
|
email:
|
|
27
27
|
- max@bitsonnet.com
|