From bfaafffb3f19bc46324762f90e0628c45eb64385 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 26 Jun 2018 13:44:38 -0400 Subject: [PATCH] Fix style --- __tests__/customConfig.test.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/__tests__/customConfig.test.js b/__tests__/customConfig.test.js index f0c32aa93..f96ea9a5b 100644 --- a/__tests__/customConfig.test.js +++ b/__tests__/customConfig.test.js @@ -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 {