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

10 lines
107 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
inherit: 'inherit'
}
}
}
}