Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
cbcb0383
Commit
cbcb0383
authored
Apr 02, 2015
by
Kevin Mårtensson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #830 from tomfuertes/patch-1
ad br so readme cli options differentiate
parents
5d5dff40
fe28eb5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
.editorconfig
.editorconfig
+3
-0
README.md
README.md
+1
-1
No files found.
.editorconfig
View file @
cbcb0383
...
@@ -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
README.md
View file @
cbcb0383
...
@@ -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:**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment