Stirling-PDF/frontend/postcss.config.js
2025-09-03 09:15:10 +01:00

10 lines
157 B
JavaScript

import postcss from '@tailwindcss/postcss';
import autoprefixer from 'autoprefixer';
module.exports = {
plugins: [
postcss,
autoprefixer,
],
};