mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:33:46 +02:00
Removed unnecessary sass vs scss line in overall description.
This commit is contained in:
parent
71bf38c94e
commit
b1a3ac9631
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
# Sass
|
||||
|
||||
> Converts SCSS or Sass files to CSS
|
||||
> .scss and .sass can be used interchangeably in below examples depending on your preference
|
||||
|
||||
- Output converted file to stdout
|
||||
|
||||
|
@ -17,4 +16,4 @@
|
|||
|
||||
- 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|sass)}}:{{outputfile.css}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue