Files
web/postcss.config.js
Sacha Weatherstone 3a1b2e7b34 Move to snowpack
2021-04-10 23:41:44 +10:00

7 lines
82 B
JavaScript

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