Potion/tailwind.config.js
Hayden Hargreaves a9cdc25adf (FEAT): Implemented the first stages of Google OAuth.
All that's left is the UI and repository implementation.
2025-06-13 22:50:46 -07:00

9 lines
157 B
JavaScript

module.exports = {
content: [
"./internal/templates/**/*.templ",
"./internal/templates/**/*.html",
],
theme: { extend: {}, },
plugins: [],
}