Teren-app/postcss.config.js
Simon Pocrnjič 63e0958b66 Dev branch
2025-11-02 12:31:01 +01:00

10 lines
179 B
JavaScript

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