mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
darkMode: ["class", '[data-theme="dark"]'],
|
|
content: ["./src/**/*.js"],
|
|
theme: { extend: {} },
|
|
plugins: [],
|
|
}
|