mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
Add sass page
This commit is contained in:
parent
99ad79e207
commit
b8b02811d6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Sass
|
# Sass
|
||||||
|
|
||||||
> Converts SCSS or Sass files to CSS
|
> Converts SCSS or Sass files to CSS
|
||||||
> .scss and .sass can be used interchangeably in below examples depending on your preferred syntax
|
> .scss and .sass can be used interchangeably in below examples depending on your preference
|
||||||
|
|
||||||
- Immediately one time convert SCSS or Sass file to CSS
|
- Immediately one time convert SCSS or Sass file to CSS
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@
|
||||||
|
|
||||||
- Watch SCSS or Sass file for changes and update CSS file
|
- Watch SCSS or Sass file for changes and update CSS file
|
||||||
|
|
||||||
`sass --watch {{inputfile}}.scss:{{outputfile}}.css`
|
`sass --watch {{inputfile}}.scss:{{outputfile}}.css`
|
||||||
|
|
Loading…
Add table
Reference in a new issue