aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-02-12 22:49:12 +0100
committerGitHub <[email protected]>2019-02-12 22:49:12 +0100
commitbf2515ae68f1d89e8b795478aec90f8db61159e5 (patch)
tree1cc37789f15541a4d553d858475162323f59ff49
parent45ced606f479ecad1a8e5858367dbb3fcf1a9ee7 (diff)
downloadbootstrap-bf2515ae68f1d89e8b795478aec90f8db61159e5.tar.xz
bootstrap-bf2515ae68f1d89e8b795478aec90f8db61159e5.zip
Update RFS to v8.0.1 (#28245)
Remove warning if RFS is included more than once.
-rw-r--r--scss/vendor/_rfs.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/vendor/_rfs.scss b/scss/vendor/_rfs.scss
index c541a8582..497e07eda 100644
--- a/scss/vendor/_rfs.scss
+++ b/scss/vendor/_rfs.scss
@@ -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;