mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-09-04 17:46:30 +00:00
update tailwind.config.js for tailwindcss 3.x
This commit is contained in:
@@ -3,13 +3,10 @@ module.exports = {
|
||||
removeDeprecatedGapUtilities: true,
|
||||
purgeLayersByDefault: true,
|
||||
},
|
||||
purge: {
|
||||
mode: 'all',
|
||||
content: [
|
||||
'./ui/**/*.jsx',
|
||||
'./ui/**/*.html',
|
||||
]
|
||||
},
|
||||
content: [
|
||||
'./ui/**/*.jsx',
|
||||
'./ui/**/*.html',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
width: {
|
||||
|
Reference in New Issue
Block a user