fix info message

This commit is contained in:
Thomas Ruoff
2022-02-19 23:54:09 +01:00
committed by Thomas Ruoff
parent 36f8719531
commit 0d71a41c9a
3 changed files with 7 additions and 9 deletions

View File

@@ -3,12 +3,10 @@ module.exports = {
purgeLayersByDefault: true,
removeDeprecatedGapUtilities: true,
},
content: {
content: [
'./components/**/*.{js,ts,jsx,tsx}',
'./pages/**/*.{js,ts,jsx,tsx}',
],
},
content: [
'./components/**/*.{js,ts,jsx,tsx}',
'./pages/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {
colors: {},