mirror of
https://github.com/open-webui/assistant
synced 2025-05-10 15:00:33 +00:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{html,js,vue}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|