mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
Update RFS to v8.0.1 (#28245)
Remove warning if RFS is included more than once.
This commit is contained in:
parent
45ced606f4
commit
bf2515ae68
8
scss/vendor/_rfs.scss
vendored
8
scss/vendor/_rfs.scss
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user