Eleventy-Blog-Template/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2024-01-20 05:59:52 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}