You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, better and safe use values with prefix symbol. For example, $primary like Sass or @primary like Less.
For example, I have value gray, which contains #eee as value, but background-color: gray processed as background-color: gray which is #d3d3d obviously.