simple-fs-server/tailwind.config.cjs

9 lines
152 B
JavaScript
Raw Normal View History

2023-01-05 18:18:07 +09:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{ts,tsx,js,jsx}"],
theme: {
extend: {},
},
plugins: [],
2023-01-06 18:24:27 +09:00
};