Tag: css

  • Sass / Scss Compiler

    If you have sass installed on your computer. # scss is folder contain sass files to compile # css is the result, compiled css folder $ sass –watch scss:css For one time run and compile selected file: sass input.scss output.css