Skip to content

Commit

Permalink
feat: change from tailwind to restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
voice0726 committed Sep 27, 2024
1 parent 96bc6b8 commit 6a36ec1
Show file tree
Hide file tree
Showing 9 changed files with 616 additions and 190 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"axios": "^1.6.7",
"next": "14.1.0",
"next-auth": "5.0.0-beta.13",
"react": "^18",
"react-dom": "^18",
"react": "19.0.0-rc-67fee58b-20240926",
"react-dom": "19.0.0-rc-67fee58b-20240926",
"restyle": "^2.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
367 changes: 210 additions & 157 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

11 changes: 11 additions & 0 deletions src/app/_styles/global.css.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default {
html: {
fontSize: '14px',
lineHeight: '1.5rem',
fontFamily: '"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif',
},
h1: {
fontSize: '1.5rem',
fontWeight: 'bold',
},
};
Loading

0 comments on commit 6a36ec1

Please # to comment.