tvl-depot/website/days-of-week-habits/tailwind.config.js
William Carroll 778114e6a8 Digitize daily habits
Create a web app off the post-its that I keep near my bathroom mirror.
2020-03-27 18:26:27 +00:00

7 lines
84 B
JavaScript

module.exports = {
theme: {
extend: {},
},
variants: {},
plugins: [],
}