]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: Update RFS version & move "v" prefix to config.yml (#34918)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 8 Sep 2021 06:03:04 +0000 (09:03 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 06:03:04 +0000 (09:03 +0300)
config.yml
site/content/docs/5.1/getting-started/rfs.md

index 137ca4d32531b42f8162a519aa14dfc7f486bd68..f14950f3909d6a9464ff149f0939dabfa505d9cc 100644 (file)
@@ -50,7 +50,7 @@ params:
   current_version:      "5.1.1"
   current_ruby_version: "5.1.1"
   docs_version:         "5.1"
-  rfs_version:          "9.0.3"
+  rfs_version:          "v9.0.6"
   github_org:           "https://github.com/twbs"
   repo:                 "https://github.com/twbs/bootstrap"
   twitter:              "getbootstrap"
index f440924d15537216c10098613c9ede36d76f8a81..5aa6840a4aec2d51b7cd9710be63293f2cca9eb0 100644 (file)
@@ -8,13 +8,13 @@ toc: true
 
 ## What is RFS?
 
-Bootstrap's side project [RFS](https://github.com/twbs/rfs/tree/v{{< param "rfs_version" >}}) is a unit resizing engine which was initially developed to resize font sizes (hence its abbreviation for Responsive Font Sizes). Nowadays RFS is capable of rescaling most CSS properties with unit values like `margin`, `padding`, `border-radius`, or even `box-shadow`.
+Bootstrap's side project [RFS](https://github.com/twbs/rfs/tree/{{< param "rfs_version" >}}) is a unit resizing engine which was initially developed to resize font sizes (hence its abbreviation for Responsive Font Sizes). Nowadays RFS is capable of rescaling most CSS properties with unit values like `margin`, `padding`, `border-radius`, or even `box-shadow`.
 
 The mechanism automatically calculates the appropriate values based on the dimensions of the browser viewport. It will be compiled into `calc()` functions with a mix of `rem` and viewport units to enable the responsive scaling behavior.
 
 ## Using RFS
 
-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.
+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/{{< param "rfs_version" >}}#installation) if needed.
 
 ### Using the mixins
 
@@ -83,4 +83,4 @@ In this example, we use one of Bootstrap's built-in [responsive breakpoint mixin
 
 ## Extended documentation
 
-RFS is a separate project under the Bootstrap organization. More about RFS and its configuration can be found on its [GitHub repository](https://github.com/twbs/rfs/tree/v{{< param "rfs_version" >}}).
+RFS is a separate project under the Bootstrap organization. More about RFS and its configuration can be found on its [GitHub repository](https://github.com/twbs/rfs/tree/{{< param "rfs_version" >}}).