mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-30 16:41:08 +08:00
11 lines
236 B
JavaScript
11 lines
236 B
JavaScript
import { addDynamicIconSelectors } from "@iconify/tailwind"
|
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
mode: "jit",
|
|
darkMode: "class",
|
|
content: ["./**/*.tsx"],
|
|
plugins: [
|
|
addDynamicIconSelectors(),
|
|
]
|
|
} |