memos/web/postcss.config.js
2022-01-31 19:16:01 +08:00

8 lines
113 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};