mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Removed unused references to experiments
This commit is contained in:
parent
e6f4b416f0
commit
d9b675eb78
@ -206,7 +206,6 @@ test('you can apply utility classes without using the given prefix', () => {
|
||||
...defaultConfig.options,
|
||||
prefix: 'tw-',
|
||||
},
|
||||
experiments: { shadowLookup: true },
|
||||
}
|
||||
|
||||
return run(input, config, processPlugins(defaultPlugins(defaultConfig), config).utilities).then(
|
||||
@ -234,7 +233,6 @@ test('you can apply utility classes without using the given prefix when using a
|
||||
return 'tw-'
|
||||
},
|
||||
},
|
||||
experiments: { shadowLookup: true },
|
||||
}
|
||||
|
||||
return run(input, config, processPlugins(defaultPlugins(defaultConfig), config).utilities).then(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user