From 95e925ed0595cb6f1def42bf3382daffc541c3cb Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 14 May 2019 10:51:37 -0400 Subject: [PATCH] Move screens to top of config file --- stubs/defaultConfig.stub.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 0f81a679c..a01d9609a 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -3,6 +3,12 @@ module.exports = { important: false, separator: ':', theme: { + screens: { + sm: '640px', + md: '768px', + lg: '1024px', + xl: '1280px', + }, colors: { transparent: 'transparent', @@ -120,12 +126,6 @@ module.exports = { 900: '#702459', }, }, - screens: { - sm: '640px', - md: '768px', - lg: '1024px', - xl: '1280px', - }, spacing: { px: '1px', '0': '0', @@ -147,7 +147,6 @@ module.exports = { '56': '14rem', '64': '16rem', }, - backgroundColor: theme => theme('colors'), backgroundPosition: { bottom: 'bottom',