All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m8s
11 lines
177 B
TypeScript
11 lines
177 B
TypeScript
import { createCatppuccinPlugin } from "@catppuccin/daisyui";
|
|
|
|
export default createCatppuccinPlugin(
|
|
"macchiato",
|
|
{},
|
|
{
|
|
default: true,
|
|
prefersdark: true,
|
|
},
|
|
);
|