I have a mixins file, which I constantly develop. I use it in every project, but sometimes I need to go back and I not always remember to copy the new file, so it causes confusion (plus, it's really counterproductive, having to copy a single file to each project).
What I thought today, that it would be great if I could import
a scss file either from remote hos (a dropbox url) or an absolute path. I tried using this:
@import 'F:/XAMPP/htdocs/RATIUG/ratiug/reset';
and
@import 'http://myDropboxLink';
but neither worked. Can I solve this somehow?