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

pull/4313/head
André Teles 2022-03-03 16:45:40 -03:00 committed by GitHub
parent bd4d9c7293
commit 7748b38a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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