1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Updates circles

This commit is contained in:
Amir Raminfar
2023-03-27 19:01:25 -07:00
parent a4ac2c60ac
commit 5c83e33ace

View File

@@ -4,7 +4,7 @@ import { presetTypography } from "@unocss/preset-typography";
import transformerDirectives from "@unocss/transformer-directives";
export default defineConfig({
shortcuts: [[/^circle-(\w+)$/, ([, c]) => `rounded-full bg-${c}500 w-3 h-3`]],
shortcuts: [[/^circle-(\w+)$/, ([, c]) => `rounded-full bg-${c}500 w-2 h-2 lg:w-3 lg:h-3`]],
transformers: [transformerDirectives()],
presets: [
presetUno(),