Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pacocoursey committed Mar 13, 2024
1 parent c665793 commit 735706c
Show file tree
Hide file tree
Showing 4 changed files with 1,859 additions and 660 deletions.
14 changes: 12 additions & 2 deletions examples/example/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@ body {

body {
min-height: 100vh;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family:
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Cantarell,
Fira Sans,
Droid Sans,
Helvetica Neue,
sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions examples/with-app-dir/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
autoprefixer: {}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18.2.65",
"@types/react-dom": "18.2.7",
"jsdom": "^24.0.0",
"prettier": "^2.2.1",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"turbo": "^1.10.12",
"typescript": "^5.4.2",
Expand Down
Loading

0 comments on commit 735706c

Please sign in to comment.