wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/tailwind.config.js

14 lines
188 B
JavaScript
Raw Normal View History

2019-03-22 22:10:31 +00:00
module.exports = {
theme: {
extend: {
colors: {
'gray-600': '#767676',
2019-04-16 20:23:00 +00:00
inherit: 'inherit'
},
screens: {
'2xl': '1400px'
2019-03-28 20:10:39 +00:00
}
}
}
2019-03-22 22:10:31 +00:00
}