diff options
| author | Ethan Beyer <[email protected]> | 2018-03-16 18:18:46 -0400 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2018-03-16 22:18:46 +0000 |
| commit | 00304d2003c631fcd4a40a68816c3b1c1dc2b838 (patch) | |
| tree | 2e4c414c350372d61de6ddf6a1c4b092ab41e5bd /docs | |
| parent | 4b948bfdeead93dccf1f2593f8f5b3ef2090e4bb (diff) | |
| download | bootstrap-00304d2003c631fcd4a40a68816c3b1c1dc2b838.tar.xz bootstrap-00304d2003c631fcd4a40a68816c3b1c1dc2b838.zip | |
theming.md Typo Fix (#25875)
it's ≠ its
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/theming.md b/docs/4.0/getting-started/theming.md index 3c3a85826..bbf8081b5 100644 --- a/docs/4.0/getting-started/theming.md +++ b/docs/4.0/getting-started/theming.md @@ -367,7 +367,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 it's 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_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. ### Available variables |
