mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* add deps * add components * style changes * tweak style * Styling adjustments for sponsor ad (#8725) * Configure darkmode * Styling tweaks * update readme and sidebar * add readme images * use relative url * add sponsored by * tweak readme * swap colors on sidebar * fix rings * change to png * swap --------- Co-authored-by: Austin Calvelage <austin.calvelage@icloud.com>
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
darkMode: ['class','[data-theme="dark"]'],
|
|
content: ["./src/**/*.js"],
|
|
theme: { extend: {} },
|
|
plugins: [],
|
|
}
|