aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-24 13:13:35 -0700
committerMark Otto <[email protected]>2020-04-26 17:26:04 -0700
commitcb4aff6eac63083bc22962ba0105395653e1a490 (patch)
treec12efbdad21862050efd218200019c4216bbf872
parent81417a2fc69ed831a68a1a1fd1853346d2cbb46a (diff)
downloadbootstrap-cb4aff6eac63083bc22962ba0105395653e1a490.tar.xz
bootstrap-cb4aff6eac63083bc22962ba0105395653e1a490.zip
Update shortcode usage
-rw-r--r--site/content/docs/4.3/customize/options.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/customize/options.md b/site/content/docs/4.3/customize/options.md
index ed0a19210..5bfa42e28 100644
--- a/site/content/docs/4.3/customize/options.md
+++ b/site/content/docs/4.3/customize/options.md
@@ -9,7 +9,7 @@ Customize Bootstrap with our built-in custom variables file and easily toggle gl
You can find and customize these variables for key global options in Bootstrap's `scss/_variables.scss` file.
-{{< table "table text-left" >}}
+{{< bs-table "table text-left" >}}
| Variable | Values | Description |
| ------------------------------ | ---------------------------------- | -------------------------------------------------------------------------------------- |
| `$spacer` | `1rem` (default), or any value > 0 | Specifies the default spacer value to programmatically generate our [spacer utilities]({{< docsref "/utilities/spacing" >}}). |
@@ -26,4 +26,4 @@ You can find and customize these variables for key global options in Bootstrap's
| `$enable-negative-margins` | `true` or `false` (default) | Enables the generation of [negative margin utilities]({{< docsref "/utilities/spacing#negative-margin" >}}). |
| `$enable-deprecation-messages` | `true` or `false` (default) | Set to `true` to show warnings when using any of the deprecated mixins and functions that are planned to be removed in `v5`. |
| `$enable-important-utilities` | `true` (default) or `false` | Enables the `!important` suffix in utility classes. |
-{{< /table >}}
+{{< /bs-table >}}