I wrote:
#colors() {
backgroundDarkPrimary: '#0747A6';
backgroundMedium: '#dfe1e6';
backgroundLight: '#ebecf0';
backgroundLightest: '#F4F5F7';
backgroundLightPrimary: '#D2E5FE';
backgroundLightSuccess: '#E4FCEF';
}
But when I use it in a mixin I get an error:
heed help



Why do you wrap colors in ''?
codepen