Files
archived-next-auth/docs/tailwind.config.js
Balázs Orbán 99328272d4 docs: add sponsor (#8571)
* 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>
2023-10-05 16:27:21 +01:00

8 lines
180 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ['class','[data-theme="dark"]'],
content: ["./src/**/*.js"],
theme: { extend: {} },
plugins: [],
}