rebuilding-platformsh/tailwind.config.js

11 lines
135 B
JavaScript
Raw Normal View History

2019-04-23 23:19:28 +00:00
module.exports = {
theme: {
extend: {
colors: {
2019-04-23 23:24:10 +00:00
charade: '#2a293c',
2019-04-23 23:19:28 +00:00
inherit: 'inherit'
}
}
}
}