From 9a75dcadb77fcdbd26bd3ec8665b9f61f0c06d4a Mon Sep 17 00:00:00 2001 From: f Date: Fri, 29 Oct 2021 19:12:51 -0300 Subject: [PATCH] colores responsive les faltaba el infix --- _sass/helpers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/helpers.scss b/_sass/helpers.scss index f162021..d0ffd72 100644 --- a/_sass/helpers.scss +++ b/_sass/helpers.scss @@ -327,7 +327,7 @@ $directions: (top, right, bottom, left); /// /// @example html ///
- .#{$color} { + .#{$color}#{$infix} { color: var(--#{$color}); &:focus {