From 33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Apr 2020 11:44:07 -0700 Subject: 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 --- site/content/docs/4.3/getting-started/rfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/content/docs/4.3/getting-started/rfs.md') 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 { -- cgit v1.2.3