Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# Sass
> Converts SCSS or Sass files to CSS
> Converts SCSS or Sass files to CSS.
- Output converted file to stdout
- Output converted file to stdout:
`sass {{inputfile.(scss|sass)}}`
- Immediately convert SCSS or Sass file to CSS to specified output file
- Immediately convert SCSS or Sass file to CSS to specified output file:
`sass {{inputfile.(scss|sass)}} {{outputfile.css}}`
- Watch SCSS or Sass file for changes and output or update CSS file with same filename
- Watch SCSS or Sass file for changes and output or update CSS file with same filename:
`sass --watch {{inputfile.(scss|sass)}}`
- Watch SCSS or Sass file for changes and output or update CSS file with specified filename
- Watch SCSS or Sass file for changes and output or update CSS file with specified filename:
`sass --watch {{inputfile.(scss|sass)}}:{{outputfile.css}}`