Skip to content

Commit 0218292

Browse files
committed
Remove the TailwindCSS PostCSS Vite plugin
1 parent 8bb01ef commit 0218292

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/hyde/vite.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import { defineConfig } from 'vite';
66
import { resolve } from 'path';
7-
import tailwindcss from 'tailwindcss';
87
import autoprefixer from 'autoprefixer';
98
import fs from 'fs';
109
import path from 'path';
@@ -57,7 +56,6 @@ export default defineConfig({
5756
css: {
5857
postcss: {
5958
plugins: [
60-
tailwindcss,
6159
autoprefixer
6260
]
6361
}

vite.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import { defineConfig } from 'vite';
66
import { resolve } from 'path';
7-
import tailwindcss from 'tailwindcss';
87
import autoprefixer from 'autoprefixer';
98
import fs from 'fs';
109
import path from 'path';
@@ -57,7 +56,6 @@ export default defineConfig({
5756
css: {
5857
postcss: {
5958
plugins: [
60-
tailwindcss,
6159
autoprefixer
6260
]
6361
}

0 commit comments

Comments
 (0)