Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| development:css:sass [2021/01/12 11:20] kalenpw created | development:css:sass [2021/06/29 15:00] (current) kalenpw | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| </ | </ | ||
| + | ---- | ||
| ===== Compilation ===== | ===== Compilation ===== | ||
| Tip: in your sass directory make everything a submodule (by naming the file with an _filename.scss) then create an app.scss which imports all the other submodules. Then you will get a single compressed app.css | Tip: in your sass directory make everything a submodule (by naming the file with an _filename.scss) then create an app.scss which imports all the other submodules. Then you will get a single compressed app.css | ||
| Line 13: | Line 14: | ||
| ./ | ./ | ||
| </ | </ | ||
| + | ---- | ||