mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat: uniformize components sizes (#68)
This commit is contained in:
@@ -168,6 +168,8 @@ export function addTemplates(options: ModuleOptions, nuxt: Nuxt) {
|
||||
--color-cool-900: #111827;
|
||||
--color-cool-950: #030712;
|
||||
|
||||
--spacing-4_5: 1.125rem;
|
||||
|
||||
${shades.map(shade => `--color-primary-${shade}: var(--color-primary-${shade});`).join('\n\t')}
|
||||
${shades.map(shade => `--color-gray-${shade}: var(--color-gray-${shade});`).join('\n\t')}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user