Files
word-master/postcss.config.js
Katherine Peterson 713b39b7cc add tailwind
2021-12-11 21:22:38 -08:00

7 lines
82 B
JavaScript

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