Skip to content

Commit

Permalink
Update RFS to v8.0.1 (#28245)
Browse files Browse the repository at this point in the history
Remove warning if RFS is included more than once.
  • Loading branch information
MartijnCuppens committed Feb 12, 2019
1 parent 45ced60 commit bf2515a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scss/vendor/_rfs.scss
Expand Up @@ -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;

0 comments on commit bf2515a

Please sign in to comment.