aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2020-02-15 12:01:32 +0100
committerGitHub <[email protected]>2020-02-15 12:01:32 +0100
commit1d8a3a9597e7de89e5510a123b22e06b62377a4d (patch)
tree9fec9f1aee8d71bcb47b98182ed4c89d108c566d /site/content/docs
parent22062ed9d7f7b96e3fbb0fab7264959cf32b22d8 (diff)
downloadbootstrap-1d8a3a9597e7de89e5510a123b22e06b62377a4d.tar.xz
bootstrap-1d8a3a9597e7de89e5510a123b22e06b62377a4d.zip
Add RFS to utility API (#30050)
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/4.3/utilities/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.3/utilities/api.md b/site/content/docs/4.3/utilities/api.md
index 9b4c344cb..e52f52d29 100644
--- a/site/content/docs/4.3/utilities/api.md
+++ b/site/content/docs/4.3/utilities/api.md
@@ -13,6 +13,7 @@ The `$utilities` map contains all utilities and is later merged with your custom
- `property`: Name of the property, this can be a string or an array of strings (needed for eg. horizontal paddings or margins).
- `responsive` _(optional)_: Boolean indicating if responsive classes need to be generated. `false` by default.
+- `rfs` _(optional)_: Variable to enable fluid rescaling. Have a look at the [RFS]({{< docsref "/getting-started/rfs" >}}) page to find out how this works. `false` by default.
- `class` _(optional)_: Variable to change the class name if you don't want it to be the same as the property. In case you don't provide the `class` key and `property` key is an array of strings, the class name will be the first element of the `property` array.
- `values`: This can be a list of values or a map if you don't want the class name to be the same as the value. If null is used as map key, it isn't rendered.
- `print` _(optional)_: Boolean indicating if print classes need to be generated. `false` by default.