scss to css

Solutions on MaxInterview for scss to css by the best coders in the world

showing results for - "scss to css"
Manuel
14 Apr 2017
1# You can do it with SASS itself 
2# Nevermind these malware infested sites below
3sass-convert style.sass style.scss
Bethany
22 Jul 2017
1/* Answer to: "scss to css" */
2
3/*
4  You can convert SCSS to CSS here:
5  https://jsonformatter.org/scss-to-css
6
7  Wanna convert it back? Google "css to scss" and see my answer there!
8*/
Valerio
27 Sep 2020
1/* You cannot use scss in an html file so the simplest 
2solution is to use an online tool to convert scss to css*/
3https://jsonformatter.org/scss-to-css
Jake
12 Feb 2016
1In Visual Studio Code use this extension: "Live Sass Compiler" 
Sofie
04 Jun 2016
1Use the "Live Sass Compiler" in Visual Studio Code
similar questions
queries leading to this page
scss to css