I was wondering if it's possible to share my SASS variables between different projects from a central static server/location.
For example:
[Vars file on static server] | | {Project 1 | {Project 2 load vars then | load the same compile CSS} | vars and compile CSS}
The layout of project 2 is different but it has the same colours. That's why I want to share the vars.
Thanks for any help/suggestions!