Stirling-PDF/frontend/postcss.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
106 B
JavaScript
Raw Permalink Normal View History

2025-05-13 23:32:54 +01:00
module.exports = {
2025-05-28 21:43:02 +01:00
plugins: [
require('@tailwindcss/postcss'),
require('autoprefixer'),
],
};