kuotata/postcss.config.js
2025-05-21 00:52:41 +02:00

6 lines
No EOL
149 B
JavaScript

import tailwindcss from '@tailwindcss/postcss';
import autoprefixer from 'autoprefixer';
export default {
plugins: [tailwindcss, autoprefixer],
};