From: Martijn Cuppens Date: Tue, 12 Feb 2019 21:49:12 +0000 (+0100) Subject: Update RFS to v8.0.1 (#28245) X-Git-Tag: v4.3.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2515ae68f1d89e8b795478aec90f8db61159e5;p=thirdparty%2Fbootstrap.git Update RFS to v8.0.1 (#28245) Remove warning if RFS is included more than once. --- 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;