2013-10-17 20:33:04 +02:00
|
|
|
/*!
|
2016-10-03 18:55:59 +02:00
|
|
|
* Bootstrap Docs (https://getbootstrap.com)
|
2016-12-31 16:20:11 +01:00
|
|
|
* Copyright 2011-2017 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2017 Twitter, Inc.
|
2013-10-17 23:11:40 +02:00
|
|
|
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
2015-08-26 21:11:44 +02:00
|
|
|
* details, see https://creativecommons.org/licenses/by/3.0/.
|
2013-10-17 20:33:04 +02:00
|
|
|
*/
|
2013-10-17 23:11:40 +02:00
|
|
|
|
2015-04-16 23:07:20 +02:00
|
|
|
// Dev notes
|
|
|
|
//
|
|
|
|
// Background information on nomenclature and architecture decisions here.
|
2015-04-16 23:57:49 +02:00
|
|
|
//
|
2017-06-15 20:15:28 +02:00
|
|
|
// - Bootstrap functions, variables, and mixins are included for easy reuse.
|
2015-04-16 23:07:20 +02:00
|
|
|
// Doing so gives us access to the same core utilities provided by Bootstrap.
|
|
|
|
// For example, consistent media queries through those mixins.
|
|
|
|
//
|
2016-01-19 11:49:16 +01:00
|
|
|
// - Bootstrap's **docs variables** are prefixed with `$bd-`.
|
2015-04-16 23:07:20 +02:00
|
|
|
// These custom colors avoid collision with the components Bootstrap provides.
|
|
|
|
//
|
|
|
|
// - Classes are prefixed with `.bd-`.
|
|
|
|
// These classes indicate custom-built or modified components for the design
|
|
|
|
// and layout of the Bootstrap docs. They are not included in our builds.
|
2015-08-05 07:47:22 +02:00
|
|
|
//
|
|
|
|
// Happy Bootstrapping!
|
2014-07-09 11:40:05 +02:00
|
|
|
|
2015-04-16 23:57:49 +02:00
|
|
|
// Load Bootstrap variables and mixins
|
2017-06-15 06:25:27 +02:00
|
|
|
@import "../../scss/functions";
|
2017-05-29 07:50:57 +02:00
|
|
|
@import "../../scss/variables";
|
|
|
|
@import "../../scss/mixins";
|
2014-07-08 04:40:15 +02:00
|
|
|
|
2015-04-16 23:57:49 +02:00
|
|
|
// Load docs components
|
2017-05-29 06:24:29 +02:00
|
|
|
@import "variables";
|
2015-08-18 06:31:17 +02:00
|
|
|
@import "nav";
|
|
|
|
@import "masthead";
|
|
|
|
@import "featurettes";
|
|
|
|
@import "featured-sites";
|
2015-04-16 23:57:49 +02:00
|
|
|
@import "ads";
|
2015-08-18 06:31:17 +02:00
|
|
|
@import "content";
|
2015-04-16 23:57:49 +02:00
|
|
|
@import "page-header";
|
2015-09-04 21:46:47 +02:00
|
|
|
@import "skiplink";
|
2015-08-18 06:31:17 +02:00
|
|
|
@import "sidebar";
|
|
|
|
@import "footer";
|
2015-04-16 23:57:49 +02:00
|
|
|
@import "component-examples";
|
|
|
|
@import "responsive-tests";
|
|
|
|
@import "buttons";
|
|
|
|
@import "callouts";
|
|
|
|
@import "examples";
|
|
|
|
@import "team";
|
|
|
|
@import "browser-bugs";
|
|
|
|
@import "brand";
|
2017-06-15 20:15:28 +02:00
|
|
|
@import "colors";
|
2015-10-13 23:50:42 +02:00
|
|
|
@import "clipboard-js";
|
2015-04-16 23:57:49 +02:00
|
|
|
|
|
|
|
// Load docs dependencies
|
|
|
|
@import "syntax";
|
|
|
|
@import "anchor";
|
2017-05-29 06:24:44 +02:00
|
|
|
@import "algolia";
|