From cf9c9915cdac39848c9a8978675082ada138f470 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 11 Oct 2019 14:37:09 -0400 Subject: [PATCH] Remove temp folder --- __tmp_4/tailwind.config.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 __tmp_4/tailwind.config.js diff --git a/__tmp_4/tailwind.config.js b/__tmp_4/tailwind.config.js deleted file mode 100644 index ed20e570d..000000000 --- a/__tmp_4/tailwind.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - theme: { - screens: { - mobile: '400px', - }, - }, -}