From bf2515ae68f1d89e8b795478aec90f8db61159e5 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 12 Feb 2019 22:49:12 +0100 Subject: [PATCH] Update RFS to v8.0.1 (#28245) Remove warning if RFS is included more than once. --- scss/vendor/_rfs.scss | 8 -------- 1 file changed, 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;