Fix style

This commit is contained in:
Adam Wathan 2018-06-26 13:44:38 -04:00
parent 46ea06e6d6
commit bfaafffb3f

View File

@ -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 {