aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/getting-started/rfs.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-02 11:44:07 -0700
committerMark Otto <[email protected]>2020-04-13 13:55:34 -0700
commit33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df (patch)
tree184e24893803bbbf4c102b66402da4f8638f56fc /site/content/docs/4.3/getting-started/rfs.md
parentbb3e5f712a3b1b79d85a6f15ad32bafcf6c77f66 (diff)
downloadbootstrap-33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df.tar.xz
bootstrap-33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df.zip
Rewrite grid docs to account for new grid tier
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
Diffstat (limited to 'site/content/docs/4.3/getting-started/rfs.md')
-rw-r--r--site/content/docs/4.3/getting-started/rfs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/rfs.md b/site/content/docs/4.3/getting-started/rfs.md
index 2f1852401..6b4be35ab 100644
--- a/site/content/docs/4.3/getting-started/rfs.md
+++ b/site/content/docs/4.3/getting-started/rfs.md
@@ -61,7 +61,7 @@ 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/breakpoints" >}}) to only apply styling below the `lg` breakpoint.
```scss
.selector {