DEV Community

Discussion on: Check this SCSS methods before using SCSS,Build an Apple iMusic Style

Collapse
 
urielbitton profile image
Uriel Bitton

Hi nice article. Quick question. How would you initialize and link your htnl to a SCSS? Do you need to do anything different than linking a regular css file?

Collapse
 
karthick30 profile image
KaRthick

no need of any linking but you can't use scss directly in browser you need to compile it to css first check out this link
sass-lang.com/guide

Collapse
 
iam_shylesh profile image
Shylesh S

You have to use an extension called Watch Scss.

Collapse
 
karthick30 profile image
KaRthick

yeah in VS code you have marketplace.visualstudio.com/items...

Collapse
 
urielbitton profile image
Uriel Bitton

Ok thanks