coracle/postcss.config.cjs
Jonathan Staab 2b48a59c85 First commit
2022-11-22 17:28:33 -08:00

7 lines
82 B
JavaScript

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