I have two different sites to handle two languages. ( currics.com and currics.se )
Is it possible for them to share common css somehow?
I have tried having a common less file on another server and importing it via less, but it doesn't seem to work
This at the top of my custom css:
@import url(https://static.currics.com/css/generic.less);
just gives me an error: Cannot read property 'href' of undefined.
Not sure about if I will end up in Cross-origin problems later but the error comes before that, in the editor.
Shouldn't this be possible?