strudel-docker/packages/repl-react/postcss.config.js
2022-03-25 14:39:25 +01:00

9 lines
159 B
JavaScript

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