astro-ghostcms/playgrounds/astro-playground/uno.config.ts

7 lines
172 B
TypeScript

import brutalTheme from "@matthiesenxyz/astro-ghostcms-brutalbyelian";
import { defineConfig } from "unocss";
export default defineConfig({
presets: [brutalTheme()],
});