Applying the multiple file extension convention (#965)
- Xref- https://github.com/tldr-pages/tldr/issues/478
This commit is contained in:

committed by
Leandro Ostera

parent
87540fec49
commit
47dc50bd02
@@ -4,16 +4,16 @@
|
||||
|
||||
- Output converted file to stdout:
|
||||
|
||||
`sass {{inputfile.(scss|sass)}}`
|
||||
`sass {{inputfile.scss|inputfile.sass}}`
|
||||
|
||||
- Immediately convert SCSS or Sass file to CSS to specified output file:
|
||||
|
||||
`sass {{inputfile.(scss|sass)}} {{outputfile.css}}`
|
||||
`sass {{inputfile.scss|inputfile.sass}} {{outputfile.css}}`
|
||||
|
||||
- Watch SCSS or Sass file for changes and output or update CSS file with same filename:
|
||||
|
||||
`sass --watch {{inputfile.(scss|sass)}}`
|
||||
`sass --watch {{inputfile.scss|inputfile.sass}}`
|
||||
|
||||
- Watch SCSS or Sass file for changes and output or update CSS file with specified filename:
|
||||
|
||||
`sass --watch {{inputfile.(scss|sass)}}:{{outputfile.css}}`
|
||||
`sass --watch {{inputfile.scss|inputfile.sass}}:{{outputfile.css}}`
|
||||
|
Reference in New Issue
Block a user