rename ui to clan-app and move clan-app one layer up
This commit is contained in:
11
pkgs/clan-app/webview-ui/app/tailwind.config.ts
Normal file
11
pkgs/clan-app/webview-ui/app/tailwind.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import typography from "@tailwindcss/typography";
|
||||
import core from "./tailwind/core-plugin";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const config = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {},
|
||||
plugins: [typography, core],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user