nwex.de/postcss.config.js

4 lines
70 B
JavaScript
Raw Normal View History

module.exports = {
plugins: { tailwindcss: {}, autoprefixer: {} }
}