-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now using Stylus instead of SASS, to work around node-sass issue (sas…
- Loading branch information
Showing
17 changed files
with
555 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Core variables and mixins | ||
@import "../../bower_components/bootstrap-stylus/stylus/variables"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/mixins"; | ||
|
||
// Reset | ||
@import "../../bower_components/bootstrap-stylus/stylus/normalize"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/print"; | ||
|
||
// Core CSS | ||
@import "../../bower_components/bootstrap-stylus/stylus/scaffolding"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/type"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/code"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/grid"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/tables"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/forms"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/buttons"; | ||
|
||
// Components | ||
@import "../../bower_components/bootstrap-stylus/stylus/component-animations"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/dropdowns"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/button-groups"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/modals"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/navs"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/navbar"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/labels"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/alerts"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/close"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/wells"; | ||
|
||
// Utility classes | ||
@import "../../bower_components/bootstrap-stylus/stylus/utilities"; | ||
@import "../../bower_components/bootstrap-stylus/stylus/responsive-utilities"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@import "../../bower_components/font-awesome-stylus/stylus/variables" | ||
@import "../../bower_components/font-awesome-stylus/stylus/mixins" | ||
@import "../../bower_components/font-awesome-stylus/stylus/path" | ||
@import "../../bower_components/font-awesome-stylus/stylus/core" | ||
@import "../../bower_components/font-awesome-stylus/stylus/larger" | ||
@import "../../bower_components/font-awesome-stylus/stylus/fixed-width" | ||
@import "../../bower_components/font-awesome-stylus/stylus/list" | ||
@import "../../bower_components/font-awesome-stylus/stylus/bordered-pulled" | ||
@import "../../bower_components/font-awesome-stylus/stylus/spinning" | ||
// @import "../../bower_components/font-awesome-stylus/stylus/rotated-flipped" | ||
@import "../../bower_components/font-awesome-stylus/stylus/stacked" | ||
@import "../../bower_components/font-awesome-stylus/stylus/icons" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// font-awesome | ||
|
||
$fa-font-path = "../fonts" !default; | ||
|
||
// bootstrap | ||
|
||
$brand-primary = #428bca; | ||
$brand-success = #5cb85c; | ||
$brand-warning = #f0ad4e; | ||
$brand-danger = #d9534f; | ||
$brand-info = #5bc0de; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters