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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/vendor/_rfs.scss')
-rw-r--r--assets/stylesheets/bootstrap/vendor/_rfs.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/assets/stylesheets/bootstrap/vendor/_rfs.scss b/assets/stylesheets/bootstrap/vendor/_rfs.scss
index c541a85..497e07e 100644
--- a/assets/stylesheets/bootstrap/vendor/_rfs.scss
+++ b/assets/stylesheets/bootstrap/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;