How to include SCSS file in HTML

Yuvaraj picture Yuvaraj · Feb 25, 2013 · Viewed 110.9k times · Source

I dont know how to include SCSS file in my website but I have completely developed .scss file using notepad. Please let me know how to include it in my website?

Answer

designerNProgrammer picture designerNProgrammer · Feb 25, 2013

You can't have a link to SCSS File in your HTML page.You have to compile it down to CSS First. No there are lots of video tutorials you might want to check out. Lynda provides great video tutorials on SASS. there are also free screencasts you can google...

For official documentation visit this site http://sass-lang.com/documentation/file.SASS_REFERENCE.html And why have you chosen notepad to write Sass?? you can easily download some free text editors for better code handling.