Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:
 </code> </code>
  
 +----
 ===== 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:
 ./node_modules/sass/sass.js --watch sass:static/css --style compressed ./node_modules/sass/sass.js --watch sass:static/css --style compressed
 </code> </code>
 +----