Stirling-PDF/frontend/postcss.config.js

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

8 lines
83 B
JavaScript
Raw Normal View History

2025-05-13 23:32:54 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
2025-05-15 20:07:33 +01:00
2025-05-13 23:32:54 +01:00
},
}