We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ad8a4 commit af17966Copy full SHA for af17966
scripts/rebuildFixtures.js
@@ -61,10 +61,8 @@ Promise.all([
61
from: '__tests__/fixtures/tailwind-input.css',
62
to: '__tests__/fixtures/tailwind-output-flagged.css',
63
config: {
64
- future: {},
65
- experimental: {
66
- uniformColorPalette: true,
67
- },
+ future: 'all',
+ experimental: 'all',
68
},
69
}),
70
]).then(() => {
0 commit comments