Files
doors-wallpaper/tailwind.config.js

9 lines
150 B
JavaScript
Raw Normal View History

2024-09-25 18:34:58 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};