yude.jp/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2021-02-06 09:36:00 +09:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}