Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <gael.poupard@orange.com>2020-06-09 16:44:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-04 08:52:03 +0300
commitaaff11a0b321e7c1b93c089e709ee92d01a4b6f6 (patch)
tree7b5987eba9ddb8ae0f72e1b3e6edfe396770450f /site/content/docs/5.0/customize/options.md
parent9488978fb55286ba83e8193a871d1ff9815045b9 (diff)
docs(examples): new cheatsheet and RTL examples
Diffstat (limited to 'site/content/docs/5.0/customize/options.md')
-rw-r--r--site/content/docs/5.0/customize/options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/options.md b/site/content/docs/5.0/customize/options.md
index 5bfa42e283..d818d6d4a2 100644
--- a/site/content/docs/5.0/customize/options.md
+++ b/site/content/docs/5.0/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.
-{{< bs-table "table text-left" >}}
+{{< bs-table "table text-start" >}}
| Variable | Values | Description |
| ------------------------------ | ---------------------------------- | -------------------------------------------------------------------------------------- |
| `$spacer` | `1rem` (default), or any value > 0 | Specifies the default spacer value to programmatically generate our [spacer utilities]({{< docsref "/utilities/spacing" >}}). |