UNPKG

xchange-create

Version:
11 lines (10 loc) 264 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./app/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./utils/**/*.{js,ts,jsx,tsx}", ], darkTheme: "dark", darkMode: ["selector", "[data-theme='dark']"], }