We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c3035 commit 95e925eCopy full SHA for 95e925e
stubs/defaultConfig.stub.js
@@ -3,6 +3,12 @@ module.exports = {
3
important: false,
4
separator: ':',
5
theme: {
6
+ screens: {
7
+ sm: '640px',
8
+ md: '768px',
9
+ lg: '1024px',
10
+ xl: '1280px',
11
+ },
12
colors: {
13
transparent: 'transparent',
14
@@ -120,12 +126,6 @@ module.exports = {
120
126
900: '#702459',
121
127
},
122
128
123
- screens: {
124
- sm: '640px',
125
- md: '768px',
- lg: '1024px',
- xl: '1280px',
- },
129
spacing: {
130
px: '1px',
131
'0': '0',
@@ -147,7 +147,6 @@ module.exports = {
147
'56': '14rem',
148
'64': '16rem',
149
150
-
151
backgroundColor: theme => theme('colors'),
152
backgroundPosition: {
153
bottom: 'bottom',
0 commit comments