mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix style
This commit is contained in:
parent
46ea06e6d6
commit
bfaafffb3f
@ -31,11 +31,13 @@ test('it uses the values from the custom config file', () => {
|
||||
})
|
||||
|
||||
test('custom config can be passed as an object', () => {
|
||||
return postcss([tailwind({
|
||||
screens: {
|
||||
mobile: '400px',
|
||||
},
|
||||
})])
|
||||
return postcss([
|
||||
tailwind({
|
||||
screens: {
|
||||
mobile: '400px',
|
||||
},
|
||||
}),
|
||||
])
|
||||
.process(
|
||||
`
|
||||
@responsive {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user