diff options
| author | Mark Otto <[email protected]> | 2019-02-11 11:15:34 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-11 11:15:34 -0800 |
| commit | 1ded0d6a4eefb7daca62c44e4e735aec200f0b6f (patch) | |
| tree | e0036e5068cfb8e2c17971c4e892bd6b502dda9a /site/docs/4.2/assets/scss/_variables.scss | |
| parent | 3aa0770b711f69c4dcf5858b8913794e81b32d80 (diff) | |
| download | bootstrap-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/_variables.scss')
| -rw-r--r-- | site/docs/4.2/assets/scss/_variables.scss | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/site/docs/4.2/assets/scss/_variables.scss b/site/docs/4.2/assets/scss/_variables.scss deleted file mode 100644 index e8bf3728d..000000000 --- a/site/docs/4.2/assets/scss/_variables.scss +++ /dev/null @@ -1,15 +0,0 @@ -// Local docs variables -$bd-purple: #563d7c !default; -$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%) !default; -$bd-purple-light: lighten(saturate($bd-purple, 5%), 45%) !default; -$bd-dark: #2a2730 !default; -$bd-download: #ffe484 !default; -$bd-info: #5bc0de !default; -$bd-warning: #f0ad4e !default; -$bd-danger: #d9534f !default; - -// Enable responsive font sizes for font sizes defined in the docs -// The weird if test is made as a workaround to prevent a false fusv error. -// -// stylelint-disable-next-line scss/dollar-variable-default -$enable-responsive-font-sizes: if($enable-responsive-font-sizes, true, true); |
