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} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: ['/application/static/*.{html,js}'], content: ['./application/static/*.{html,js}'],
theme: { theme: {
extend: {}, extend: {},
}, },

Loading…
Cancel
Save