m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-10 22:23:48 -05:00
Files
cup/docs/tailwind.config.js
2024-12-20 19:24:22 +02:00

10 lines
190 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "class",
content: ["theme.config.jsx", "components/**/*.tsx"],
theme: {
extend: {},
},
plugins: [],
};