From b8b02811d625a20954d12b9441f784047c74d2b2 Mon Sep 17 00:00:00 2001 From: Aarin Smith Date: Mon, 4 Jan 2016 10:33:52 -0800 Subject: [PATCH] Add sass page --- pages/common/sass.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/sass.md b/pages/common/sass.md index 71e49b95b..4025dc886 100644 --- a/pages/common/sass.md +++ b/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` \ No newline at end of file +`sass --watch {{inputfile}}.scss:{{outputfile}}.css`