Skip to content

Commit bf2515a

Browse files
Update RFS to v8.0.1 (#28245)
Remove warning if RFS is included more than once.
1 parent 45ced60 commit bf2515a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scss/vendor/_rfs.scss

-8
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,3 @@ $rfs-breakpoint-unit-cache: unit($rfs-breakpoint);
202202
@mixin responsive-font-size($fs, $important: false) {
203203
@include rfs($fs, $important);
204204
}
205-
206-
$rfs-is-included: false !default;
207-
208-
@if $rfs-is-included {
209-
@warn "Watch out, RFS is included more than once!";
210-
}
211-
212-
$rfs-is-included: true;

0 commit comments

Comments
 (0)