Commit fe28eb5e by Tom Fuertes Committed by Tom Fuertes

fx nowrap readme cli options

parent 5d5dff40
...@@ -10,3 +10,6 @@ trim_trailing_whitespace = true ...@@ -10,3 +10,6 @@ trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[*.md]
trim_trailing_whitespace = false
...@@ -429,7 +429,7 @@ The interface for command-line usage is fairly simplistic at this stage, as seen ...@@ -429,7 +429,7 @@ The interface for command-line usage is fairly simplistic at this stage, as seen
Output will be saved with the same name as input SASS file into the current working directory if it's omitted. Output will be saved with the same name as input SASS file into the current working directory if it's omitted.
### Usage ### Usage
`node-sass [options] <input.scss> [output.css]` `node-sass [options] <input.scss> [output.css]`
`cat <input.scss> | node-sass > output.css` `cat <input.scss> | node-sass > output.css`
**Options:** **Options:**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment