778114e6a8
Create a web app off the post-its that I keep near my bathroom mirror.
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
const tailwindcss = require('tailwindcss')
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
tailwindcss('./tailwind.config.js')
|
|
]
|
|
}
|