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