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

11 lines
142 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
'gray-600': '#767676',
inherit: 'inherit',
},
},
},
}