]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update RFS to v8.0.1 (#28245)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 12 Feb 2019 21:49:12 +0000 (22:49 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 21:49:12 +0000 (22:49 +0100)
Remove warning if RFS is included more than once.

scss/vendor/_rfs.scss

index c541a8582536709d7537421207e771385371da74..497e07eda913871b1d61e8488e70cf156d038ccf 100644 (file)
@@ -202,11 +202,3 @@ $rfs-breakpoint-unit-cache: unit($rfs-breakpoint);
 @mixin responsive-font-size($fs, $important: false) {
   @include rfs($fs, $important);
 }
-
-$rfs-is-included: false !default;
-
-@if $rfs-is-included {
-  @warn "Watch out, RFS is included more than once!";
-}
-
-$rfs-is-included: true;