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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:51:58 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2019-02-13 21:51:58 +0300
commita63d04c96d14e42492ccdba1d7f3d6ec1af022a9 (patch)
tree135aa1e7bb40a8fb021d9bf04aef230cae65bead /assets/stylesheets/bootstrap
parentabf9232f33f4d86aa3cc8f2d5631ea3bcdedca1e (diff)
rake update[v4.3.1]
Diffstat (limited to 'assets/stylesheets/bootstrap')
-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;