wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/tailwind.config.js
2019-03-22 22:10:31 +00:00

10 lines
114 B
JavaScript

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