astro-ghostcms/playground/uno.config.ts

7 lines
175 B
TypeScript

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