Commit 60767435 by Greg

Add example for basic command-line usage

parent 95834125
......@@ -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