mirror of
https://github.com/sammyshear/trivia-chase.git
synced 2025-12-06 03:55:53 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./**/*.templ'],
|
|
darkMode: 'class',
|
|
}
|