arcanum/tailwind.config.cjs

9 lines
161 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js,jsx,ts,tsx}"],
theme: {
2024-06-11 04:13:41 +00:00
extend: {},
},
2024-06-11 04:13:41 +00:00
plugins: [],
};