memos/web/postcss.config.js

8 lines
113 B
JavaScript
Raw Normal View History

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