Skip to content

Commit ce85a4e

Browse files
CopilotDRSDavidSoft
andcommitted
Rename _sass directory to scss
Co-authored-by: DRSDavidSoft <[email protected]>
1 parent 962d798 commit ce85a4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1212
To build the CSS:
1313
```bash

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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.

0 commit comments

Comments
 (0)