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

11 lines
142 B
JavaScript
Raw Normal View History

2019-03-22 22:10:31 +00:00
module.exports = {
theme: {
extend: {
colors: {
'gray-600': '#767676',
2019-03-23 07:18:14 +00:00
inherit: 'inherit',
2019-03-22 22:10:31 +00:00
},
},
},
}