Examples (4)
Convert a SCSS or Sass file to CSS and print out the result
sass inputfile.scss|inputfile.sassConvert a SCSS or Sass file to CSS and save the result to a file
sass inputfile.scss|inputfile.sass outputfile.cssWatch a SCSS or Sass file for changes and output or update the CSS file with same filename
sass --watch inputfile.scss|inputfile.sassWatch a SCSS or Sass file for changes and output or update the CSS file with the given filename
sass --watch inputfile.scss|inputfile.sass:outputfile.cssmade by @shridhargupta | data from tldr-pages