fix: update to path to Tailwind safelist classes
This commit is contained in:
parent
aea9a68799
commit
8c568281d2
|
@ -10,8 +10,8 @@ module.exports = {
|
|||
content: [
|
||||
'../../../../config/**/*.yml',
|
||||
'config/**/*.yml',
|
||||
'templates/**/*.html.twig',
|
||||
'tools/tailwindcss/safelist-classes.txt'
|
||||
'tailwindcss/safelist-classes.txt',
|
||||
'templates/**/*.html.twig'
|
||||
],
|
||||
},
|
||||
theme: {
|
||||
|
|
|
@ -9,6 +9,7 @@ flex
|
|||
flex-col
|
||||
flex-none
|
||||
italic
|
||||
mb-4
|
||||
my-auto
|
||||
p-3
|
||||
pl-5
|
||||
|
|
Loading…
Reference in a new issue