Skip to content

Commit 1e2931f

Browse files
committed
update perf config to reflect 2.0 changes
1 parent 6dc5fc2 commit 1e2931f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

perf/tailwind.config.js

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1+
let colors = require('../colors')
12
module.exports = {
2-
future: 'all',
3-
experimental: 'all',
43
purge: [],
4+
darkMode: 'class',
55
theme: {
6-
extend: {},
6+
extend: { colors },
77
},
88
variants: [
99
'responsive',
10-
'motion-safe',
11-
'motion-reduce',
1210
'group-hover',
1311
'group-focus',
1412
'hover',
@@ -19,10 +17,6 @@ module.exports = {
1917
'visited',
2018
'disabled',
2119
'checked',
22-
'first',
23-
'last',
24-
'odd',
25-
'even',
2620
],
2721
plugins: [],
2822
}

0 commit comments

Comments
 (0)