Files
theme-earth/postcss.config.js
Ryan Wang d8769ce58c chore: development setup
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-05 23:26:16 +08:00

7 lines
82 B
JavaScript

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