Add js files to tailwind content

This commit is contained in:
philipp lang 2024-06-18 22:00:43 +02:00
parent 41adb7ecb0
commit bd4118040f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.vue'],
content: ['./src/**/*.vue', './src/**/*.js'],
theme: {
extend: {
colors: {