aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/assets/scss/docs.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-02-11 11:15:34 -0800
committerGitHub <[email protected]>2019-02-11 11:15:34 -0800
commit1ded0d6a4eefb7daca62c44e4e735aec200f0b6f (patch)
treee0036e5068cfb8e2c17971c4e892bd6b502dda9a /site/docs/4.2/assets/scss/docs.scss
parent3aa0770b711f69c4dcf5858b8913794e81b32d80 (diff)
downloadbootstrap-4.3.0.tar.xz
bootstrap-4.3.0.zip
Release v4.3.0 (#28228)v4.3.0
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
Diffstat (limited to 'site/docs/4.2/assets/scss/docs.scss')
-rw-r--r--site/docs/4.2/assets/scss/docs.scss52
1 files changed, 0 insertions, 52 deletions
diff --git a/site/docs/4.2/assets/scss/docs.scss b/site/docs/4.2/assets/scss/docs.scss
deleted file mode 100644
index 6b1814dc8..000000000
--- a/site/docs/4.2/assets/scss/docs.scss
+++ /dev/null
@@ -1,52 +0,0 @@
-/*!
- * Bootstrap Docs (https://getbootstrap.com/)
- * Copyright 2011-2019 The Bootstrap Authors
- * Copyright 2011-2019 Twitter, Inc.
- * Licensed under the Creative Commons Attribution 3.0 Unported License.
- * For details, see https://creativecommons.org/licenses/by/3.0/.
- */
-
-// Dev notes
-//
-// Background information on nomenclature and architecture decisions here.
-//
-// - Bootstrap functions, variables, and mixins are included for easy reuse.
-// Doing so gives us access to the same core utilities provided by Bootstrap.
-// For example, consistent media queries through those mixins.
-//
-// - Bootstrap's **docs variables** are prefixed with `$bd-`.
-// 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.
-//
-// Happy Bootstrapping!
-
-// Load Bootstrap variables and mixins
-@import "../../../../../scss/functions";
-@import "../../../../../scss/variables";
-@import "../../../../../scss/mixins";
-
-// Load docs components
-@import "variables";
-@import "nav";
-@import "masthead";
-@import "ads";
-@import "content";
-@import "skippy";
-@import "sidebar";
-@import "footer";
-@import "component-examples";
-@import "buttons";
-@import "callouts";
-@import "browser-bugs";
-@import "brand";
-@import "colors";
-@import "clipboard-js";
-@import "placeholder-img";
-
-// Load docs dependencies
-@import "syntax";
-@import "anchor";
-@import "algolia";