Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Use Twitter's official bootstrap-sass package #9

Merged
merged 3 commits into from Mar 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,9 +14,9 @@ Install it to your bower componenet using,
In the styles file you wish to use it in you may have something
similar to,

@import "sass-bootstrap/lib/variables;
@import "bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/variables;
@import "bootswatch-scss/readable/variables";
@import "sass-bootstrap/lib/bootstrap";
@import "bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/bootstrap";
@import "bootswatch-scss/readable/bootswatch";

It seems you have to shuffle the variables import around to make it load correctly. Some variable files will require the original bootstrap variables before as well. See `global/build.scss` for a working example.
Expand Down
2 changes: 1 addition & 1 deletion amelia/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700");
@import url($web-font);

// Navbar =====================================================================

Expand Down
2 changes: 2 additions & 0 deletions amelia/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: $brand-warning;
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Lobster|Cabin:400,700";

$font-family-sans-serif: "Cabin", Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -9,7 +9,7 @@
"url": "git://github.com/nrub/bootswatch-scss.git"
},
"dependencies": {
"sass-bootstrap": "~3.0.0"
"bootstrap-sass-official": "~3.0.0"
},
"licenses": [
{
Expand Down
4 changes: 2 additions & 2 deletions cosmo/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
@import url($web-font);

// Navbar =====================================================================

Expand Down Expand Up @@ -135,4 +135,4 @@
@include box-shadow(none);
}

// Containers =================================================================
// Containers =================================================================
2 changes: 2 additions & 0 deletions cosmo/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: darken($link-color, 15%);
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700";

$font-family-sans-serif: "Open Sans", Calibri, Candara, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
4 changes: 2 additions & 2 deletions cyborg/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");
@import url($web-font);

// Navbar =====================================================================

Expand Down Expand Up @@ -138,4 +138,4 @@ legend {
h1, h2, h3, h4, h5, h6 {
color: #fff;
}
}
}
2 changes: 2 additions & 0 deletions cyborg/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: $link-color;
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Droid+Sans:400,700";

$font-family-sans-serif: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion flatly/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,400italic");
@import url($web-font);

// Navbar =====================================================================

Expand Down
2 changes: 2 additions & 0 deletions flatly/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: $link-color;
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Lato:400,700,900,400italic";

$font-family-sans-serif: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion global/build.scss
@@ -1,3 +1,3 @@
@import "variables";
@import "../bower_components/sass-bootstrap/lib/bootstrap";
@import "../bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap";
@import "bootswatch";
4 changes: 2 additions & 2 deletions journal/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");
@import url($web-font);

// Navbar =====================================================================

Expand Down Expand Up @@ -93,4 +93,4 @@ h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: #000;
}
}
}
2 changes: 2 additions & 0 deletions journal/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: darken($link-color, 15%);
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=News+Cycle:400,700";

$font-family-sans-serif: "News Cycle", "Arial Narrow Bold", sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion readable/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");
@import url($web-font);

@mixin btn-shadow($color) {

Expand Down
2 changes: 2 additions & 0 deletions readable/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: $link-color;
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic";

$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: "Lora", Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion simplex/_bootswatch.scss
Expand Up @@ -4,7 +4,7 @@

$font-family-alt: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

@import url("//fonts.googleapis.com/css?family=Josefin+Sans:300,400,700");
@import url($web-font);

@mixin btn-shadow($color) {

Expand Down
2 changes: 2 additions & 0 deletions simplex/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: darken($link-color, 15%);
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Josefin+Sans:300,400,700";

$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion spacelab/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
@import url($web-font);

@mixin btn-shadow($color) {

Expand Down
2 changes: 2 additions & 0 deletions spacelab/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: $link-color;
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700";

$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
4 changes: 2 additions & 2 deletions united/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Ubuntu");
@import url($web-font);

// Navbar =====================================================================

Expand All @@ -28,4 +28,4 @@

// Progress bars ==============================================================

// Containers =================================================================
// Containers =================================================================
2 changes: 2 additions & 0 deletions united/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: darken($link-color, 15%);
// Typography
// -------------------------

$web-font: "//fonts.googleapis.com/css?family=Ubuntu";

$font-family-sans-serif: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
Expand Down
2 changes: 1 addition & 1 deletion yeti/_bootswatch.scss
Expand Up @@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
@import url($web-font);

// Navbar =====================================================================

Expand Down
2 changes: 2 additions & 0 deletions yeti/_variables.scss
Expand Up @@ -39,6 +39,8 @@ $link-hover-color: darken($link-color, 15%);
//
//## Font, line-height, and color for body text, headings, and more.

$web-font: "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700";

$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
Expand Down