mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Reorder entries in simpleConfig stub
This commit is contained in:
parent
2053d630ae
commit
f2f7d314c4
@ -1,12 +1,12 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
plugins: [],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
future: {
|
||||
// removeDeprecatedGapUtilities: true,
|
||||
// purgeLayersByDefault: true,
|
||||
},
|
||||
purge: [],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user