fix tailwind config issue resulting in broken styles page
This commit is contained in:
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…
Reference in New Issue
Block a user