mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Update RFS to v8.0.1 (#28245)
Remove warning if RFS is included more than once.
This commit is contained in:
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) {
|
@mixin responsive-font-size($fs, $important: false) {
|
||||||
@include rfs($fs, $important);
|
@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;
|
|
||||||
|
Reference in New Issue
Block a user