如何在HTML中包含SCSS文件

时间:2022-11-22 19:54:40

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?

我不知道如何在我的网站中包含SCSS文件,但我已经使用记事本完全开发了.scss文件。请告诉我如何将其加入我的网站?

1 个解决方案

#1


39  

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...

您无法在HTML页面中找到SCSS文件的链接。您必须将其编译为CSS First。没有很多视频教程你可能想要查看。 Lynda提供有关SASS的精彩视频教程。还有免费的截屏视频,你可以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.

有关官方文档,请访问此站点http://sass-lang.com/documentation/file.SASS_REFERENCE.html为什么选择记事本来编写Sass?您可以轻松下载一些免费的文本编辑器,以便更好地处理代码。

#1


39  

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...

您无法在HTML页面中找到SCSS文件的链接。您必须将其编译为CSS First。没有很多视频教程你可能想要查看。 Lynda提供有关SASS的精彩视频教程。还有免费的截屏视频,你可以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.

有关官方文档,请访问此站点http://sass-lang.com/documentation/file.SASS_REFERENCE.html为什么选择记事本来编写Sass?您可以轻松下载一些免费的文本编辑器,以便更好地处理代码。