I am trying to import the variables file into a sub-project. I want to have a single variables file, which would give theme to the both main and sub-project.
Hence, I am importing the variables file by using the full path in my sub-project, like :
@import "http://main-project-url/scss/_variables.scss";
OR
@import url("http://main-project-url/scss/_variables.scss ");
However, I am getting errors while accessing those variables declared in _variables.scss file. Can someone help me, please..!
Thanks in advance! SuryaPavan