-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sass


> Converts SCSS or Sass files to CSS.

More information.


Convert a SCSS or Sass file to CSS and print out the result:

sass {inputfile.scss|inputfile.sass}

Convert a SCSS or Sass file to CSS and save the result to a file:

sass {inputfile.scss|inputfile.sass} {outputfile.css}

Watch a SCSS or Sass file for changes and output or update the CSS file with same filename:

sass --watch {inputfile.scss|inputfile.sass}

Watch 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.css}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:57:40 2024