Files
NotionNext/postcss.config.js
tangly1024 dfc0f645d4 Code🤣
2021-09-27 09:33:21 +08:00

7 lines
80 B
JavaScript

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