af969a7641
Trying to obviate my Google Sheets spreadsheet in favor of a more focused web app.
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
const tailwindcss = require('tailwindcss')
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
tailwindcss('./tailwind.config.js')
|
|
]
|
|
}
|