File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed
Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change @@ -172,10 +172,3 @@ rfs($fs, $important = false)
172172// The responsive-font-size mixin uses RFS to rescale font sizes
173173responsive-font-size ($fs , $important = false )
174174 rfs ($fs , $important )
175-
176- $rfs-is-included ?= false
177-
178- if $rfs-is-included
179- warn ("Watch out, RFS is included more than once!" )
180-
181- $rfs-is-included = true
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ module.exports = [
3737 } ,
3838 {
3939 id : 'test-10' ,
40- name : 'Include mixins multiple times (Should throw a warning for SCSS & Stylus and not fail for less & PostCSS) '
40+ name : 'Include mixins multiple times'
4141 } ,
4242] ;
You can’t perform that action at this time.
0 commit comments