fix tailwind config issue resulting in broken styles page

This commit is contained in:
samerbam 2023-08-30 12:36:00 -04:00
parent 0188280ce1
commit d171f5fbf2
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['/application/static/*.{html,js}'],
content: ['./application/static/*.{html,js}'],
theme: {
extend: {},
},