Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit 5dc3837

Browse files
committed
feat: Create config
1 parent b556842 commit 5dc3837

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
future: {
3+
// removeDeprecatedGapUtilities: true,
4+
// purgeLayersByDefault: true,
5+
},
6+
purge: [],
7+
theme: {
8+
extend: {},
9+
},
10+
variants: {},
11+
plugins: [],
12+
}

0 commit comments

Comments
 (0)