mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:42:08 +02:00
Added page for Sass
This commit is contained in:
parent
4359692109
commit
99ad79e207
1 changed files with 12 additions and 0 deletions
12
pages/common/sass.md
Normal file
12
pages/common/sass.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Sass
|
||||||
|
|
||||||
|
> Converts SCSS or Sass files to CSS
|
||||||
|
> .scss and .sass can be used interchangeably in below examples depending on your preferred syntax
|
||||||
|
|
||||||
|
- Immediately one time convert SCSS or Sass file to CSS
|
||||||
|
|
||||||
|
`sass {{inputfile}}.scss:{{outputfile}}.css`
|
||||||
|
|
||||||
|
- Watch SCSS or Sass file for changes and update CSS file
|
||||||
|
|
||||||
|
`sass --watch {{inputfile}}.scss:{{outputfile}}.css`
|
Loading…
Add table
Reference in a new issue