mirror of
https://github.com/efim/go-ssr-pocketbase-oauth-attempt.git
synced 2025-07-02 01:53:34 +00:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["pages/templates/**/*.gohtml"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|