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} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['/application/static/*.{html,js}'],
|
content: ['./application/static/*.{html,js}'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user