Add verification use of & outside of style rules (#4276)

This commit is contained in:
André Teles
2022-03-03 16:45:40 -03:00
committed by GitHub
parent bd4d9c7293
commit 7748b38a6e

View File

@@ -4,7 +4,7 @@
// Background Variant
@mixin background-variant($name, $color) {
&.bg-#{$name} {
#{if(&, "&.bg-#{$name}",".bg-#{$name}")} {
background-color: #{$color} !important;
&,