I'm trying to create this variable in SCSS file. But that doesn't work. Where am I doing wrong?
--orange: #fda63c;
--orange-light: rgba(var(--orange), 0.15);
Doesn't works this also:
--orange: #fda63c;
background-color: rgba(var(--orange), 0.15);