aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-11-24 10:40:16 -0800
committerXhmikosR <[email protected]>2019-11-25 13:05:57 +0200
commit2180daa6f53fb9a93e4760baec7f2bd4123e6a3e (patch)
treea66684ee7def2655afceb07710fca5b2068da6af
parentd5c212bbcbcf2efe97540b3b890b4b8bdf6820f2 (diff)
downloadbootstrap-2180daa6f53fb9a93e4760baec7f2bd4123e6a3e.tar.xz
bootstrap-2180daa6f53fb9a93e4760baec7f2bd4123e6a3e.zip
Some minor text tweaks
-rw-r--r--site/content/docs/4.3/getting-started/rfs.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/content/docs/4.3/getting-started/rfs.md b/site/content/docs/4.3/getting-started/rfs.md
index 4a06f2b0b..0cdd08257 100644
--- a/site/content/docs/4.3/getting-started/rfs.md
+++ b/site/content/docs/4.3/getting-started/rfs.md
@@ -14,7 +14,7 @@ The mechanism automatically calculates the appropriate values based on the dimen
## Using RFS
-The mixins are included in Bootstrap and are available once you include Bootstraps' `scss`. RFS can also be installed [standalone](https://github.com/twbs/rfs/tree/v{{< param "rfs_version" >}}#installation) if needed.
+The mixins are included in Bootstrap and are available once you include Bootstrap's `scss`. RFS can also be [installed standalone](https://github.com/twbs/rfs/tree/v{{< param "rfs_version" >}}#installation) if needed.
### Using the mixins
@@ -56,10 +56,12 @@ Any other property can be passed to the `rfs()` mixin like this:
### Using the functions
+When you don't want to use the includes, there are also two functions:
+
- `rfs-value()` converts a value into a `rem` value if a `px` value is passed, in other cases it returns the same result.
- `rfs-fluid-value()` returns the fluid version of a value if the property needs rescaling.
-In this example we use one of Bootstrap's built-in [responsive breakpoint mixins]({{< docsref "/layout/overview#responsive-breakpoints" >}}) to only apply styling below the `lg` breakpoint.
+In this example, we use one of Bootstrap's built-in [responsive breakpoint mixins]({{< docsref "/layout/overview#responsive-breakpoints" >}}) to only apply styling below the `lg` breakpoint.
```scss
.selector {