mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix tests
This commit is contained in:
parent
d619d11866
commit
e353383cde
@ -35,12 +35,11 @@ it('merges keys found in the "extend" section', () => {
|
||||
}
|
||||
},
|
||||
spacing: {
|
||||
common: {
|
||||
padding: {
|
||||
'0': '0',
|
||||
'1': '0.25rem',
|
||||
'2': '0.5rem',
|
||||
},
|
||||
padding: {}
|
||||
}
|
||||
}
|
||||
}
|
||||
const userConfig = {
|
||||
@ -73,12 +72,10 @@ it('merges keys found in the "extend" section', () => {
|
||||
}
|
||||
},
|
||||
spacing: {
|
||||
common: {
|
||||
padding: {
|
||||
'0': '0',
|
||||
'1': '0.25rem',
|
||||
'2': '0.5rem',
|
||||
},
|
||||
padding: {
|
||||
'10': '2.5rem',
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user