strudel/repl/postcss.config.js
2022-02-04 13:32:42 +01:00

9 lines
159 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
// other plugins can go here, such as autoprefixer
},
};