1
1
Fork 0
mirror of https://github.com/usememos/memos.git synced 2025-01-19 02:52:16 +08:00
memos/web/postcss.config.js

8 lines
113 B
JavaScript
Raw Normal View History

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