colores responsive
les faltaba el infix
This commit is contained in:
parent
28bb7ae4cf
commit
9a75dcadb7
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ $directions: (top, right, bottom, left);
|
||||||
///
|
///
|
||||||
/// @example html
|
/// @example html
|
||||||
/// <div class="black hover-red"></div>
|
/// <div class="black hover-red"></div>
|
||||||
.#{$color} {
|
.#{$color}#{$infix} {
|
||||||
color: var(--#{$color});
|
color: var(--#{$color});
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue