add webview threaded api
This commit is contained in:
committed by
hsjobeki
parent
fef16a84a9
commit
7980f13bed
9
pkgs/webview-ui/app/tailwind.config.js
Normal file
9
pkgs/webview-ui/app/tailwind.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const daisyui = require("daisyui");
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [daisyui],
|
||||
};
|
||||
Reference in New Issue
Block a user