Is there any work around to use SCSS/SASS file directly rather giving compiled .css file in index.html using link tag. Actually when we deal with sass we compile them into css and we will give the .css file in index.html. Instead can we compile SCSS file to css and give the final file in link tag inside Index.html on fly.
Thanks In advance.