mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix code style
This commit is contained in:
parent
4754d225af
commit
c56b56db3e
@ -661,10 +661,8 @@ test('theme values in the extend section are not deeply merged', () => {
|
||||
theme: {
|
||||
extend: {
|
||||
fonts: {
|
||||
sans: [
|
||||
'Comic Sans',
|
||||
],
|
||||
}
|
||||
sans: ['Comic Sans'],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
@ -675,21 +673,9 @@ test('theme values in the extend section are not deeply merged', () => {
|
||||
separator: ':',
|
||||
theme: {
|
||||
fonts: {
|
||||
sans: [
|
||||
'system-ui',
|
||||
'Helvetica Neue',
|
||||
'sans-serif',
|
||||
],
|
||||
serif: [
|
||||
'Constantia',
|
||||
'Georgia',
|
||||
'serif',
|
||||
],
|
||||
mono: [
|
||||
'Menlo',
|
||||
'Courier New',
|
||||
'monospace',
|
||||
],
|
||||
sans: ['system-ui', 'Helvetica Neue', 'sans-serif'],
|
||||
serif: ['Constantia', 'Georgia', 'serif'],
|
||||
mono: ['Menlo', 'Courier New', 'monospace'],
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
@ -705,19 +691,9 @@ test('theme values in the extend section are not deeply merged', () => {
|
||||
separator: ':',
|
||||
theme: {
|
||||
fonts: {
|
||||
sans: [
|
||||
'Comic Sans',
|
||||
],
|
||||
serif: [
|
||||
'Constantia',
|
||||
'Georgia',
|
||||
'serif',
|
||||
],
|
||||
mono: [
|
||||
'Menlo',
|
||||
'Courier New',
|
||||
'monospace',
|
||||
],
|
||||
sans: ['Comic Sans'],
|
||||
serif: ['Constantia', 'Georgia', 'serif'],
|
||||
mono: ['Menlo', 'Courier New', 'monospace'],
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user