Commit fb08cdf3 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Remove tailwind config entries now available from upstream

parent 2318a18b
......@@ -32,7 +32,6 @@ export default {
px: '4px',
},
boxShadow: {
DEFAULT: '0 1px 1px rgba(0, 0, 0, 0.1)',
'adder-toolbar': '0px 2px 10px 0px rgba(0, 0, 0, 0.25)',
focus: `0 0 0 2px ${focusBlue}`,
'focus-inner': `inset 0 0 0 2px ${focusBlue}`,
......@@ -40,11 +39,7 @@ export default {
sidebar: '0px 1px 4px rgb(0, 0, 0, 0.5)',
},
colors: {
'color-text': {
inverted: '#f2f2f2',
},
blue: {
focus: focusBlue,
quote: '#58cef4',
},
},
......@@ -192,13 +187,6 @@ export default {
'px-1.5': '6px',
'px-2': '8px',
},
zIndex: {
1: '1',
2: '2',
3: '3',
4: '4',
max: '2147483647',
},
},
},
plugins: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment