mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
content: ["./templates/**/*.html", "./static/src/**/*.js"],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|