Skip to content

Commit af17966

Browse files
committed
Update rebuildFixtures to use 'all' for flags
1 parent 80ad8a4 commit af17966

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/rebuildFixtures.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ Promise.all([
6161
from: '__tests__/fixtures/tailwind-input.css',
6262
to: '__tests__/fixtures/tailwind-output-flagged.css',
6363
config: {
64-
future: {},
65-
experimental: {
66-
uniformColorPalette: true,
67-
},
64+
future: 'all',
65+
experimental: 'all',
6866
},
6967
}),
7068
]).then(() => {

0 commit comments

Comments
 (0)