I've been looking around to see if one can import a .scss
file by using the url of the directory online?
I've tried using @import url('https://<site-url>/api/style/variables.scss')
in my .scss
files, but this does not seem to import those variables.