2013-10-17 11:33:04 -07:00
|
|
|
/*!
|
2018-04-02 14:55:58 +03:00
|
|
|
* Bootstrap Docs (https://getbootstrap.com/)
|
2020-01-02 11:34:48 +02:00
|
|
|
* Copyright 2011-2020 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2020 Twitter, Inc.
|
2019-02-06 11:12:56 +02:00
|
|
|
* Licensed under the Creative Commons Attribution 3.0 Unported License.
|
|
|
|
* For details, see https://creativecommons.org/licenses/by/3.0/.
|
2013-10-17 11:33:04 -07:00
|
|
|
*/
|
2013-10-17 14:11:40 -07:00
|
|
|
|
2015-04-16 14:07:20 -07:00
|
|
|
// Dev notes
|
|
|
|
//
|
|
|
|
// Background information on nomenclature and architecture decisions here.
|
2015-04-16 14:57:49 -07:00
|
|
|
//
|
2017-06-15 11:15:28 -07:00
|
|
|
// - Bootstrap functions, variables, and mixins are included for easy reuse.
|
2015-04-16 14:07:20 -07: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 19:49:16 +09:00
|
|
|
// - Bootstrap's **docs variables** are prefixed with `$bd-`.
|
2015-04-16 14:07:20 -07: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-04 22:47:22 -07:00
|
|
|
//
|
|
|
|
// Happy Bootstrapping!
|
2014-07-09 02:40:05 -07:00
|
|
|
|
2015-04-16 14:57:49 -07:00
|
|
|
// Load Bootstrap variables and mixins
|
2018-06-21 07:31:38 +03:00
|
|
|
@import "../../../../../scss/functions";
|
|
|
|
@import "../../../../../scss/variables";
|
|
|
|
@import "../../../../../scss/mixins";
|
2014-07-07 19:40:15 -07:00
|
|
|
|
2015-04-16 14:57:49 -07:00
|
|
|
// Load docs components
|
2017-05-28 21:24:29 -07:00
|
|
|
@import "variables";
|
2015-08-17 21:31:17 -07:00
|
|
|
@import "nav";
|
|
|
|
@import "masthead";
|
2015-04-16 14:57:49 -07:00
|
|
|
@import "ads";
|
2015-08-17 21:31:17 -07:00
|
|
|
@import "content";
|
2018-10-15 13:19:41 +02:00
|
|
|
@import "skippy";
|
2015-08-17 21:31:17 -07:00
|
|
|
@import "sidebar";
|
|
|
|
@import "footer";
|
2015-04-16 14:57:49 -07:00
|
|
|
@import "component-examples";
|
|
|
|
@import "buttons";
|
|
|
|
@import "callouts";
|
|
|
|
@import "browser-bugs";
|
|
|
|
@import "brand";
|
2017-06-15 11:15:28 -07:00
|
|
|
@import "colors";
|
2015-10-14 00:50:42 +03:00
|
|
|
@import "clipboard-js";
|
2018-11-08 19:33:02 +02:00
|
|
|
@import "placeholder-img";
|
2015-04-16 14:57:49 -07:00
|
|
|
|
|
|
|
// Load docs dependencies
|
|
|
|
@import "syntax";
|
|
|
|
@import "anchor";
|
2017-05-28 21:24:44 -07:00
|
|
|
@import "algolia";
|