Skip to content

Commit 4e0094c

Browse files
committed
Tailwind deprecated features optin
1 parent ffb6ed7 commit 4e0094c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tailwind.config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
module.exports = {
2-
purge: ["./components/**/*.jsx", "./pages/**/*.js"],
2+
purge: ['./components/**/*.jsx', './pages/**/*.js'],
33
theme: {
44
extend: {},
55
},
66
variants: {},
77
plugins: [],
8-
};
8+
future: {
9+
removeDeprecatedGapUtilities: true,
10+
purgeLayersByDefault: true,
11+
},
12+
};

0 commit comments

Comments
 (0)