Only target frontned for TW
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-06-24 13:52:25 +02:00
parent 689c21b69a
commit 043470fe0c

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,ts,tsx}'],
content: ['./src/app/(app)/**/*.{html,tsx}', './src/components/**/*'],
theme: {
extend: {
colors: {