astro-ghostcms/playground/uno.config.ts

7 lines
175 B
TypeScript
Raw Normal View History

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