Skip to content

Commit

Permalink
update: can now compile sass
Browse files Browse the repository at this point in the history
  • Loading branch information
do-kevin committed Nov 30, 2023
1 parent ae0506e commit f69f8ea
Show file tree
Hide file tree
Showing 8 changed files with 11,981 additions and 90 deletions.
3 changes: 2 additions & 1 deletion client2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test": "jest --watchAll",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"compile:sass": "sass -w src/assets/sass/custom.scss src/assets/css/custom.css"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
Expand Down
Loading

0 comments on commit f69f8ea

Please sign in to comment.