mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-11-03 01:53:36 +08:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
darkMode: 'media',
|
|
content: ['./www/**/*.{html,js}'],
|
|
};
|