Answers for "sass into css"

CSS
7

scss to css

/* You cannot use scss in an html file so the simplest 
solution is to use an online tool to convert scss to css*/
https://jsonformatter.org/scss-to-css
Posted by: Guest on June-20-2021
10

scss to css

/* Answer to: "scss to css" */

/*
  You can convert SCSS to CSS here:
  https://jsonformatter.org/scss-to-css

  Wanna convert it back? Google "css to scss" and see my answer there!
*/
Posted by: Guest on October-29-2020
0

scss to css

sass --watch style.scss style.css
Posted by: Guest on January-16-2022

Browse Popular Code Answers by Language