File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The cmder.net page.
77
88### Building CSS
99
10- This project uses SCSS for styling. The source files are in ` _sass /` and the compiled CSS is generated in ` css/ ` .
10+ This project uses SCSS for styling. The source files are in ` scss /` and the compiled CSS is generated in ` css/ ` .
1111
1212To build the CSS:
1313``` bash
Original file line number Diff line number Diff line change 44 "description" : " The cmder.net page." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build:css" : " sass _sass /main.scss css/main.min.css --style=compressed" ,
8- "watch:css" : " sass _sass /main.scss css/main.min.css --watch --style=compressed" ,
7+ "build:css" : " sass scss /main.scss css/main.min.css --style=compressed" ,
8+ "watch:css" : " sass scss /main.scss css/main.min.css --watch --style=compressed" ,
99 "test" : " echo \" Error: no test specified\" && exit 1"
1010 },
1111 "keywords" : [],
File renamed without changes.
You can’t perform that action at this time.
0 commit comments