Stirling-PDF/frontend/postcss.config.mjs

10 lines
157 B
JavaScript

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