Files
blog-eleventy-indiekit/postcss.config.js
2026-01-24 12:13:34 +01:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}