So I managed to understand what was going on in the scss and understood that the invalid was to make the generated line not processed by the browser, so I went ahead and separated the mixin into two, one without the color and one with only the color
As such now the css is much much lighter so I also added 2 themes that I found were missing (A dark and dark-transparent)
I also updated the Readme which was missing the available skins
I just tested the generated css and everything works perfecly :)
So I managed to understand what was going on in the scss and understood that the invalid was to make the generated line not processed by the browser, so I went ahead and separated the mixin into two, one without the color and one with only the color
As such now the css is much much lighter so I also added 2 themes that I found were missing (A dark and dark-transparent)
I also updated the Readme which was missing the available skins
I just tested the generated css and everything works perfecly :)