mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-27 21:01:03 +08:00
* fixed color theme * put two setup methods into tabs * added why stack * re-ordered files * updated why stack * added custom user information section * updated signup docs * added example custom pages * updated sign up docs * updated custom magic link docs * added redirect comments * updated doc links * fixed lint * fixed loading indicator types
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|