Skip to content

Commit c2122ea

Browse files
committed
Update sanity test to properly enable all flagged features
1 parent 338dc12 commit c2122ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

__tests__/sanity.test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ it('generates the right CSS when enabling flagged features', () => {
5858

5959
return postcss([
6060
tailwind({
61-
experimental: {
62-
uniformColorPalette: true,
63-
},
61+
future: 'all',
62+
experimental: 'all',
6463
}),
6564
])
6665
.process(input, { from: inputPath })

0 commit comments

Comments
 (0)