Skip to content

Commit

Permalink
refactor: get rid of SCSS and CSS modules (#84)
Browse files Browse the repository at this point in the history
* refactor: get rid of scss
  • Loading branch information
pure-js authored Mar 24, 2024
1 parent a5d5c1c commit 990b2c6
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 401 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- React
- TypeScript
- SCSS + CSS Modules
- Vanilla Extract CSS (best of CSS-in-JS and css modules combined)

### Bundling

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@
"eslint-plugin-storybook": "^0.8.0",
"prettier": "3.2.5",
"prettier-plugin-css-order": "2.0.1",
"sass": "1.67.0",
"storybook": "^8.0.4",
"typescript": "^5.0.2",
"typescript-plugin-css-modules": "5.1.0",
"vite": "^5.2.4"
},
"readme": "ERROR: No README data found!",
Expand Down
Loading

0 comments on commit 990b2c6

Please sign in to comment.