Skip to content

Commit 3a3f26d

Browse files
committed
remove postcss
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent e3d1e51 commit 3a3f26d

4 files changed

Lines changed: 14 additions & 26 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@
9090
"@primer/css": "22.1.0",
9191
"@primer/octicons-react": "19.22.0",
9292
"@primer/react": "38.11.0",
93-
"@tailwindcss/postcss": "4.1.18",
93+
"@swc-contrib/plugin-graphql-codegen-client-preset": "0.17.0",
94+
"@tailwindcss/vite": "^4.1.18",
9495
"@testing-library/jest-dom": "6.9.1",
9596
"@testing-library/react": "16.3.2",
9697
"@testing-library/user-event": "14.6.1",
97-
"@swc-contrib/plugin-graphql-codegen-client-preset": "0.17.0",
9898
"@types/node": "24.10.13",
9999
"@types/react": "19.2.14",
100100
"@types/react-dom": "19.2.3",
@@ -113,7 +113,6 @@
113113
"graphql": "16.12.0",
114114
"happy-dom": "20.6.1",
115115
"husky": "9.1.7",
116-
"postcss": "8.5.6",
117116
"rimraf": "6.1.2",
118117
"semver": "7.7.4",
119118
"styled-components": "6.3.9",
@@ -143,4 +142,4 @@
143142
"*": "biome check --no-errors-on-unmatched",
144143
"*.{js,ts,tsx}": "pnpm test --changed --passWithNoTests --update"
145144
}
146-
}
145+
}

pnpm-lock.yaml

Lines changed: 9 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

postcss.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { fileURLToPath } from 'node:url';
22

33
import twemoji from '@discordapp/twemoji';
4+
import tailwindcss from '@tailwindcss/vite';
45
import react from '@vitejs/plugin-react-swc';
56
import { defineConfig } from 'vite';
67
import checker from 'vite-plugin-checker';
@@ -55,6 +56,7 @@ export default defineConfig(({ command }) => {
5556
],
5657
],
5758
}),
59+
tailwindcss(),
5860
electron({
5961
main: {
6062
entry: fileURLToPath(new URL('src/main/index.ts', import.meta.url)),

0 commit comments

Comments
 (0)