mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +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: [],
|
|
};
|