We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ced60 commit bf2515aCopy full SHA for bf2515a
1 file changed
scss/vendor/_rfs.scss
@@ -202,11 +202,3 @@ $rfs-breakpoint-unit-cache: unit($rfs-breakpoint);
202
@mixin responsive-font-size($fs, $important: false) {
203
@include rfs($fs, $important);
204
}
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