1
0
Fork 0
forked from Simnation/Main
Main/resources/[freizeit]/[gym]/ps-ui/web/postcss.config.js

8 lines
202 B
JavaScript
Raw Permalink Normal View History

2025-08-11 16:51:34 +02:00
import tailwind from 'tailwindcss';
import autoprefixer from 'autoprefixer';
import tailwindConfig from './tailwind.config.cjs';
export default {
plugins: [tailwind(tailwindConfig), autoprefixer],
}