SCSS @mixin to generate css colour variables
I have an SCSS map for my theme colours that looks like this: $theme-colours: ( dark: ( primary: ( light: #32303b, base: #32303b, dark: #32303b, ), secondary: ( light: #201f26, base: #201f26, dark: #201f26, ), ), light: ( primary: (…