File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 44
55import { defineConfig } from 'vite' ;
66import { resolve } from 'path' ;
7- import tailwindcss from 'tailwindcss' ;
87import autoprefixer from 'autoprefixer' ;
98import fs from 'fs' ;
109import path from 'path' ;
@@ -57,7 +56,6 @@ export default defineConfig({
5756 css : {
5857 postcss : {
5958 plugins : [
60- tailwindcss ,
6159 autoprefixer
6260 ]
6361 }
Original file line number Diff line number Diff line change 44
55import { defineConfig } from 'vite' ;
66import { resolve } from 'path' ;
7- import tailwindcss from 'tailwindcss' ;
87import autoprefixer from 'autoprefixer' ;
98import fs from 'fs' ;
109import path from 'path' ;
@@ -57,7 +56,6 @@ export default defineConfig({
5756 css : {
5857 postcss : {
5958 plugins : [
60- tailwindcss ,
6159 autoprefixer
6260 ]
6361 }
You can’t perform that action at this time.
0 commit comments