Remove unused values
This commit is contained in:
parent
944045d4cd
commit
e726d674b0
69
tailwind.js
69
tailwind.js
|
@ -11,46 +11,6 @@ var colors = {
|
||||||
'grey-lightest': '#fafcfc',
|
'grey-lightest': '#fafcfc',
|
||||||
'white': '#ffffff',
|
'white': '#ffffff',
|
||||||
|
|
||||||
'red-darkest': '#420806',
|
|
||||||
'red-darker': '#6a1b19',
|
|
||||||
'red-dark': '#cc1f1a',
|
|
||||||
'red': '#e3342f',
|
|
||||||
'red-light': '#ef5753',
|
|
||||||
'red-lighter': '#f9acaa',
|
|
||||||
'red-lightest': '#fcebea',
|
|
||||||
|
|
||||||
'orange-darkest': '#542605',
|
|
||||||
'orange-darker': '#7f4012',
|
|
||||||
'orange-dark': '#de751f',
|
|
||||||
'orange': '#f6993f',
|
|
||||||
'orange-light': '#faad63',
|
|
||||||
'orange-lighter': '#fcd9b6',
|
|
||||||
'orange-lightest': '#fff5eb',
|
|
||||||
|
|
||||||
'yellow-darkest': '#453411',
|
|
||||||
'yellow-darker': '#684f1d',
|
|
||||||
'yellow-dark': '#f2d024',
|
|
||||||
'yellow': '#ffed4a',
|
|
||||||
'yellow-light': '#fff382',
|
|
||||||
'yellow-lighter': '#fff9c2',
|
|
||||||
'yellow-lightest': '#fcfbeb',
|
|
||||||
|
|
||||||
'green-darkest': '#032d19',
|
|
||||||
'green-darker': '#0b4228',
|
|
||||||
'green-dark': '#1f9d55',
|
|
||||||
'green': '#38c172',
|
|
||||||
'green-light': '#51d88a',
|
|
||||||
'green-lighter': '#a2f5bf',
|
|
||||||
'green-lightest': '#e3fcec',
|
|
||||||
|
|
||||||
'teal-darkest': '#0d3331',
|
|
||||||
'teal-darker': '#174e4b',
|
|
||||||
'teal-dark': '#38a89d',
|
|
||||||
'teal': '#4dc0b5',
|
|
||||||
'teal-light': '#64d5ca',
|
|
||||||
'teal-lighter': '#a0f0ed',
|
|
||||||
'teal-lightest': '#e8fffe',
|
|
||||||
|
|
||||||
'blue-darkest': '#05233b',
|
'blue-darkest': '#05233b',
|
||||||
'blue-darker': '#103d60',
|
'blue-darker': '#103d60',
|
||||||
'blue-dark': '#2779bd',
|
'blue-dark': '#2779bd',
|
||||||
|
@ -58,30 +18,6 @@ var colors = {
|
||||||
'blue-light': '#6cb2eb',
|
'blue-light': '#6cb2eb',
|
||||||
'blue-lighter': '#bcdefa',
|
'blue-lighter': '#bcdefa',
|
||||||
'blue-lightest': '#eff8ff',
|
'blue-lightest': '#eff8ff',
|
||||||
|
|
||||||
'indigo-darkest': '#191e38',
|
|
||||||
'indigo-darker': '#2f365f',
|
|
||||||
'indigo-dark': '#5661b3',
|
|
||||||
'indigo': '#6574cd',
|
|
||||||
'indigo-light': '#7886d7',
|
|
||||||
'indigo-lighter': '#b2b7ff',
|
|
||||||
'indigo-lightest': '#e6e8ff',
|
|
||||||
|
|
||||||
'purple-darkest': '#1f133f',
|
|
||||||
'purple-darker': '#352465',
|
|
||||||
'purple-dark': '#794acf',
|
|
||||||
'purple': '#9561e2',
|
|
||||||
'purple-light': '#a779e9',
|
|
||||||
'purple-lighter': '#d6bbfc',
|
|
||||||
'purple-lightest': '#f3ebff',
|
|
||||||
|
|
||||||
'pink-darkest': '#45051e',
|
|
||||||
'pink-darker': '#72173a',
|
|
||||||
'pink-dark': '#eb5286',
|
|
||||||
'pink': '#f66d9b',
|
|
||||||
'pink-light': '#fa7ea8',
|
|
||||||
'pink-lighter': '#ffbbca',
|
|
||||||
'pink-lightest': '#ffebef',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
@ -308,11 +244,6 @@ module.exports = {
|
||||||
},
|
},
|
||||||
|
|
||||||
shadows: {
|
shadows: {
|
||||||
default: '0 2px 4px 0 rgba(0,0,0,0.10)',
|
|
||||||
'md': '0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08)',
|
|
||||||
'lg': '0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08)',
|
|
||||||
'inner': 'inset 0 2px 4px 0 rgba(0,0,0,0.06)',
|
|
||||||
'none': 'none',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
zIndex: {
|
zIndex: {
|
||||||
|
|
Reference in a new issue