Answer the question
In order to leave comments, you need to log in
Sass can't compile CSS due to rgb syntax?
I'm trying to compile SCSS source to CSS, but I've encountered an error
Error: wrong number of arguments (given 1, expected 3) for `rgb'
--bg-color: rgba(3 3 3 / 40%);
.bg{
background-color: var(--bg-color);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question