diff --git a/package.json b/package.json index a40215c..34955f8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,6 @@ "@storybook/test": "^8.6.18", "@tailwindcss/postcss": "^4.3.0", "@vitejs/plugin-react": "^4.3.4", - "autoprefixer": "^10.5.0", "jsdom": "^29.1.1", "postcss": "^8.5.15", "storybook": "^8.6.18", diff --git a/postcss.config.js b/postcss.config.js index b026700..fec6af7 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,9 +1,7 @@ import tailwindcss from '@tailwindcss/postcss'; -import autoprefixer from 'autoprefixer'; export default { plugins: [ tailwindcss, - autoprefixer, ], };