2016-01-20 23:55:24 +03:00
|
|
|
// FIXME: temporarily use the local bootstrap - waiting on flex enable navbar https://github.com/twbs/bootstrap/pull/18976
|
|
|
|
//@import "../bower_components/bootstrap/scss/
|
2016-01-23 00:58:56 +03:00
|
|
|
//@import "../../bootstrap/scss/
|
2016-01-20 23:55:24 +03:00
|
|
|
|
2015-12-07 22:34:46 +03:00
|
|
|
// Core variables and mixins
|
2016-01-25 02:30:49 +03:00
|
|
|
@import "bootstrap/scss/custom";
|
|
|
|
@import "bootstrap/scss/variables";
|
|
|
|
@import "bootstrap/scss/mixins";
|
2016-01-05 19:57:31 +03:00
|
|
|
|
2015-12-07 22:34:46 +03:00
|
|
|
// Reset and dependencies
|
2016-01-25 02:30:49 +03:00
|
|
|
@import "bootstrap/scss/normalize";
|
|
|
|
@import "bootstrap/scss/print";
|
2016-01-05 19:57:31 +03:00
|
|
|
|
2015-12-07 22:34:46 +03:00
|
|
|
// Core CSS
|
2016-01-25 02:30:49 +03:00
|
|
|
@import "bootstrap/scss/reboot";
|
|
|
|
@import "bootstrap/scss/type";
|
|
|
|
@import "bootstrap/scss/images";
|
|
|
|
@import "bootstrap/scss/code";
|
|
|
|
@import "bootstrap/scss/grid";
|
|
|
|
@import "bootstrap/scss/tables";
|
|
|
|
@import "bootstrap/scss/forms";
|
|
|
|
@import "bootstrap/scss/buttons";
|
2016-01-05 19:57:31 +03:00
|
|
|
|
2015-12-07 22:34:46 +03:00
|
|
|
// Components
|
2016-01-25 02:30:49 +03:00
|
|
|
@import "bootstrap/scss/animation";
|
|
|
|
@import "bootstrap/scss/dropdown";
|
|
|
|
@import "bootstrap/scss/button-group";
|
|
|
|
@import "bootstrap/scss/input-group";
|
|
|
|
@import "bootstrap/scss/custom-forms";
|
|
|
|
@import "bootstrap/scss/nav";
|
|
|
|
@import "bootstrap/scss/navbar";
|
|
|
|
@import "bootstrap/scss/card";
|
|
|
|
@import "bootstrap/scss/breadcrumb";
|
|
|
|
@import "bootstrap/scss/pagination";
|
|
|
|
@import "bootstrap/scss/labels";
|
|
|
|
@import "bootstrap/scss/jumbotron";
|
|
|
|
@import "bootstrap/scss/alert";
|
|
|
|
@import "bootstrap/scss/progress";
|
|
|
|
@import "bootstrap/scss/media";
|
|
|
|
@import "bootstrap/scss/list-group";
|
|
|
|
@import "bootstrap/scss/responsive-embed";
|
|
|
|
@import "bootstrap/scss/close";
|
2016-01-05 19:57:31 +03:00
|
|
|
|
2015-12-07 22:34:46 +03:00
|
|
|
// Components w/ JavaScript
|
2016-01-25 02:30:49 +03:00
|
|
|
@import "bootstrap/scss/modal";
|
|
|
|
@import "bootstrap/scss/tooltip";
|
|
|
|
@import "bootstrap/scss/popover";
|
|
|
|
@import "bootstrap/scss/carousel";
|
2016-01-05 19:57:31 +03:00
|
|
|
|
2015-12-07 22:34:46 +03:00
|
|
|
// Utility classes
|
2016-01-25 02:30:49 +03:00
|
|
|
@import "bootstrap/scss/utilities";
|