Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 5 years ago.
Hello am new to web design and I have many questions about it. I want to learn how to attach a SASS or SCSS file to an HTML file in the head tag :
<link href="example" rel="stylesheet/sass" type="text/css">
<link href="example" rel="stylesheet/scss" type="text/css">
I tried this but did not see the result. I guess that it's like the LESS framework. And another question: If I want use SASS or SCSS I should compile it to hosting or not?