All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m0s
10 lines
151 B
TypeScript
10 lines
151 B
TypeScript
import { createCatppuccinPlugin } from "@catppuccin/daisyui";
|
|
|
|
export default createCatppuccinPlugin(
|
|
"latte",
|
|
{},
|
|
{
|
|
default: false,
|
|
},
|
|
);
|