mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix info message
This commit is contained in:
committed by
Thomas Ruoff
parent
36f8719531
commit
0d71a41c9a
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user