Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-13 00:49:12 +0300
committerGitHub <noreply@github.com>2019-02-13 00:49:12 +0300
commitbf2515ae68f1d89e8b795478aec90f8db61159e5 (patch)
tree1cc37789f15541a4d553d858475162323f59ff49 /scss
parent45ced606f479ecad1a8e5858367dbb3fcf1a9ee7 (diff)
Update RFS to v8.0.1 (#28245)
Remove warning if RFS is included more than once.
Diffstat (limited to 'scss')
-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 c541a85825..497e07eda9 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;