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

7 lines
172 B
TypeScript
Raw Normal View History

import brutalTheme from "@matthiesenxyz/astro-ghostcms-brutalbyelian";
import { defineConfig } from "unocss";
2024-02-10 15:43:11 +00:00
export default defineConfig({
presets: [brutalTheme()],
2024-02-10 15:43:11 +00:00
});