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