فهرست منبع

Added page for Sass

Aarin Smith 9 سال پیش
والد
کامیت
99ad79e207
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      pages/common/sass.md

+ 12 - 0
pages/common/sass.md

@@ -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`