Skip to content

Commit

Permalink
chore: can compile Bootstrap scss to css
Browse files Browse the repository at this point in the history
  • Loading branch information
do-kevin committed Nov 30, 2023
1 parent ba96098 commit ff676f9
Show file tree
Hide file tree
Showing 8 changed files with 12,004 additions and 82 deletions.
4 changes: 3 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 Expand Up @@ -69,6 +70,7 @@
"jsdom": "^22.1.0",
"msw": "^1.3.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
Expand Down
24 changes: 21 additions & 3 deletions client2/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff676f9

Please sign in to comment.