memos/web/tailwind.config.js

9 lines
154 B
JavaScript
Raw Normal View History

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