Skip to content

Commit c8bb23a

Browse files
committed
chore: bump
1 parent 24ae30e commit c8bb23a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

uno.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ export default defineConfig({
77
theme: {
88
colors: {
99
secondary: 'var(--color-secondary)',
10+
hslSecondary: 'hsla(var(--hsl-secondary), <alpha-value>)',
1011
tertiary: 'var(--color-tertiary)',
11-
muted: 'var(--color-muted)'
12+
hslTertiary: 'hsla(var(--hsl-tertiary), <alpha-value>)',
13+
muted: 'var(--color-muted)',
14+
hslMuted: 'hsla(var(--hsl-muted), <alpha-value>)'
1215
}
1316
},
1417
rules: [

0 commit comments

Comments
 (0)