Posts by Natan Almeida de Lima • 1 point
2 posts
-
0
votes1
answer12
viewsA: Sasscss Undefined variable using RGBA
I made a copy of the templateColors file to the same folder as the other file and it worked. Apparently it must be because Sass was not "watching" (wathcing) the template directory.
-
0
votes1
answer12
viewsQ: Sasscss Undefined variable using RGBA
When I try to use a variable from a file . scss, with one variable it works and another not: _templateColors.scss $blue-dark : #0277bd !important; $gray-light : #f5f5f5 !important; $gray-dark :…