mirror of
https://github.com/usememos/memos.git
synced 2024-12-22 02:31:46 +03:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
|
/* eslint-disable no-undef */
|
||
|
module.exports = {
|
||
|
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
};
|