Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fx nowrap readme cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfuertes committed Apr 2, 2015
1 parent 5d5dff4 commit fe28eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### Usage
`node-sass [options] <input.scss> [output.css]`
`node-sass [options] <input.scss> [output.css]`
`cat <input.scss> | node-sass > output.css`

**Options:**
Expand Down

0 comments on commit fe28eb5

Please sign in to comment.