mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
'./src/**/*.{html,js,svelte,ts}',
|
|
'./public/**/*.html',
|
|
],
|
|
};
|