mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix test for optional prefix (missing dash)
This commit is contained in:
parent
3a103fe83a
commit
2ed82bbea1
@ -206,7 +206,7 @@ test('you can apply utility classes without using the given prefix', () => {
|
||||
...defaultConfig,
|
||||
options: {
|
||||
...defaultConfig.options,
|
||||
prefix: 'prefix',
|
||||
prefix: 'prefix-',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user