diff options
| author | XhmikosR <[email protected]> | 2019-08-14 22:40:46 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-14 22:40:46 +0300 |
| commit | 4b243de2c0af9325516cd435bd7e9cd4f6da313a (patch) | |
| tree | a7a85796b070bafb6642d13878aff334da092eee /site/content/docs/4.3/getting-started/theming.md | |
| parent | 9a72d5c29ef3892407f5bf25d5e24241e6a7f9e5 (diff) | |
| download | bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.tar.xz bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.zip | |
Fix redirects. (#29254)
Diffstat (limited to 'site/content/docs/4.3/getting-started/theming.md')
| -rw-r--r-- | site/content/docs/4.3/getting-started/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md index 8dc0d9f44..28b57e4ad 100644 --- a/site/content/docs/4.3/getting-started/theming.md +++ b/site/content/docs/4.3/getting-started/theming.md @@ -362,7 +362,7 @@ Should you need to modify your `$grid-breakpoints`, your changes will apply to a ## CSS variables -Bootstrap 4 includes around two dozen [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables) in its compiled CSS. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser's Inspector, a code sandbox, or general prototyping. +Bootstrap 4 includes around two dozen [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) in its compiled CSS. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser's Inspector, a code sandbox, or general prototyping. ### Available variables |
