Update RFS to v8.0.1 (#28245)

Remove warning if RFS is included more than once.
This commit is contained in:
Martijn Cuppens 2019-02-12 22:49:12 +01:00 committed by GitHub
parent 45ced606f4
commit bf2515ae68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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;