mirror of
https://github.com/usememos/memos.git
synced 2024-11-14 10:44:50 +08:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
/* eslint-disable no-undef */
|
||
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|