tvl-depot/website/days-of-week-habits/postcss.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
122 B
JavaScript

const tailwindcss = require('tailwindcss')
module.exports = {
plugins: [
tailwindcss('./tailwind.config.js')
]
}