memos/web/tailwind.config.js
2022-01-31 19:16:01 +08:00

9 lines
154 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};