kuotata/postcss.config.js

6 lines
149 B
JavaScript
Raw Normal View History

2025-05-21 00:52:41 +02:00
import tailwindcss from '@tailwindcss/postcss';
import autoprefixer from 'autoprefixer';
export default {
plugins: [tailwindcss, autoprefixer],
};