Skip to content

Commit

Permalink
update perf config to reflect 2.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Dec 11, 2020
1 parent cdea5b2 commit a070e70
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions perf/tailwind.config.js
@@ -1,14 +1,12 @@
let colors = require('../colors')
module.exports = {
future: 'all',
experimental: 'all',
purge: [],
darkMode: 'class',
theme: {
extend: {},
extend: { colors },
},
variants: [
'responsive',
'motion-safe',
'motion-reduce',
'group-hover',
'group-focus',
'hover',
Expand All @@ -19,10 +17,6 @@ module.exports = {
'visited',
'disabled',
'checked',
'first',
'last',
'odd',
'even',
],
plugins: [],
}

0 comments on commit a070e70

Please sign in to comment.