mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-23 21:01:20 +00:00
init2
This commit is contained in:
8
application/tailwind.config.js
Normal file
8
application/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./templates/**/*.html", "./static/src/**/*.js"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user