From b1a3ac963157adf911a8c592e83a0c5506f92e34 Mon Sep 17 00:00:00 2001 From: Aarin Smith Date: Tue, 5 Jan 2016 11:16:13 -0800 Subject: [PATCH] Removed unnecessary sass vs scss line in overall description. --- pages/common/sass.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/common/sass.md b/pages/common/sass.md index cd6454fef..9a990e8fb 100644 --- a/pages/common/sass.md +++ b/pages/common/sass.md @@ -1,7 +1,6 @@ # Sass > Converts SCSS or Sass files to CSS -> .scss and .sass can be used interchangeably in below examples depending on your preference - Output converted file to stdout @@ -17,4 +16,4 @@ - Watch SCSS or Sass file for changes and output or update CSS file with specified filename -`sass --watch {{inputfile.(scss|sass)}}:{{outputfile.css}}` \ No newline at end of file +`sass --watch {{inputfile.(scss|sass)}}:{{outputfile.css}}`