فهرست منبع

Add sass page

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

+ 2 - 2
pages/common/sass.md

@@ -1,7 +1,7 @@
 # Sass
 
 > 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
 
@@ -9,4 +9,4 @@
 
 - Watch SCSS or Sass file for changes and update CSS file
 
-`sass --watch {{inputfile}}.scss:{{outputfile}}.css`
+`sass --watch {{inputfile}}.scss:{{outputfile}}.css`