55 lines
1.5 KiB
SCSS
55 lines
1.5 KiB
SCSS
/*!
|
|
* Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
|
|
* Copyright 2011-2016 The Bootstrap Authors
|
|
* Copyright 2011-2016 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*/
|
|
|
|
// Core variables and mixins
|
|
@import "../bootstrap/custom";
|
|
@import "_variables";
|
|
@import "../bootstrap/mixins";
|
|
|
|
// Reset and dependencies
|
|
//@import "../bootstrap/normalize";
|
|
@import "../bootstrap/print";
|
|
|
|
// Core CSS
|
|
//@import "../bootstrap/reboot";
|
|
@import "../bootstrap/type";
|
|
@import "../bootstrap/images";
|
|
@import "../bootstrap/code";
|
|
//@import "../bootstrap/grid";
|
|
@import "../bootstrap/tables";
|
|
@import "../bootstrap/forms";
|
|
@import "../bootstrap/buttons";
|
|
|
|
// Components
|
|
@import "../bootstrap/animation";
|
|
@import "../bootstrap/dropdown";
|
|
@import "../bootstrap/button-group";
|
|
@import "../bootstrap/input-group";
|
|
@import "../bootstrap/custom-forms";
|
|
@import "../bootstrap/nav";
|
|
@import "../bootstrap/navbar";
|
|
@import "../bootstrap/card";
|
|
@import "../bootstrap/breadcrumb";
|
|
@import "../bootstrap/pagination";
|
|
@import "../bootstrap/tags";
|
|
@import "../bootstrap/jumbotron";
|
|
@import "../bootstrap/alert";
|
|
@import "../bootstrap/progress";
|
|
@import "../bootstrap/media";
|
|
@import "../bootstrap/list-group";
|
|
@import "../bootstrap/responsive-embed";
|
|
@import "../bootstrap/close";
|
|
|
|
// Components w/ JavaScript
|
|
@import "../bootstrap/modal";
|
|
@import "../bootstrap/tooltip";
|
|
@import "../bootstrap/popover";
|
|
@import "../bootstrap/carousel";
|
|
|
|
// Utility classes
|
|
@import "../bootstrap/utilities";
|