fix tailwind config issue resulting in broken styles page

main
samerbam 1 year ago
parent 0188280ce1
commit d171f5fbf2

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save