2016-01-29 20:28:11 +03:00
|
|
|
// FIXME: only necessary because there isn't an underscored file - see https://github.com/twbs/bootstrap/issues/18350
|
2016-01-26 21:12:48 +03:00
|
|
|
//@import "../bower_components/bootstrap/scss/
|
|
|
|
//@import "../../bootstrap/scss/
|
|
|
|
|
|
|
|
// Core variables and mixins
|
|
|
|
@import "bootstrap/scss/custom";
|
|
|
|
@import "bootstrap/scss/variables";
|
|
|
|
@import "bootstrap/scss/mixins";
|
|
|
|
|
2016-01-29 20:28:11 +03:00
|
|
|
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
|
|
|
|
// hack
|
|
|
|
@mixin pull-left {
|
|
|
|
float: left !important;
|
|
|
|
@if $enable-flex {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@mixin pull-right {
|
|
|
|
float: right !important;
|
|
|
|
@if $enable-flex {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// #853 end - https://github.com/twbs/bootstrap/pull/18976/files
|
|
|
|
|
|
|
|
|
2016-01-26 21:12:48 +03:00
|
|
|
// Reset and dependencies
|
|
|
|
@import "bootstrap/scss/normalize";
|
|
|
|
@import "bootstrap/scss/print";
|
|
|
|
|
|
|
|
// Core CSS
|
|
|
|
@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";
|
|
|
|
|
|
|
|
// Components
|
|
|
|
@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";
|
2016-02-17 23:56:27 +03:00
|
|
|
@import "bootstrap/scss/tags";
|
2016-01-26 21:12:48 +03:00
|
|
|
@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";
|
|
|
|
|
|
|
|
// Components w/ JavaScript
|
|
|
|
@import "bootstrap/scss/modal";
|
|
|
|
@import "bootstrap/scss/tooltip";
|
|
|
|
@import "bootstrap/scss/popover";
|
|
|
|
@import "bootstrap/scss/carousel";
|
|
|
|
|
|
|
|
// Utility classes
|
|
|
|
@import "bootstrap/scss/utilities";
|