rebuilding-platformsh/tailwind.config.js
2019-04-24 00:24:10 +01:00

11 lines
135 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
charade: '#2a293c',
inherit: 'inherit'
}
}
}
}