Files
astroplate/postcss.config.js
T

7 lines
83 B
JavaScript
Raw Normal View History

2023-04-17 12:50:29 +06:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};