mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +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
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|