Commit 03aa20e7 by Michael Mifsud

Merge pull request #1368 from incompl/master

Add example for basic command-line usage
parents e1c0c9cc 60767435
......@@ -476,6 +476,10 @@ Output will be sent to stdout if the `--output` flag is omitted.
`node-sass [options] <input> [output]`
`cat <input> | node-sass > output`
Example:
`node-sass src/style.scss dest/style.css`
**Options:**
```bash
......
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