rebuilding-platformsh/tailwind.config.js

10 lines
107 B
JavaScript
Raw Normal View History

2019-04-23 23:19:28 +00:00
module.exports = {
theme: {
extend: {
colors: {
inherit: 'inherit'
}
}
}
}