mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
chore(templates): add base styles
This commit is contained in:
@@ -11,6 +11,16 @@ export default function createTemplates (options: ModuleOptions, nuxt: Nuxt) {
|
|||||||
write: true,
|
write: true,
|
||||||
getContents: () => `@import "tailwindcss";
|
getContents: () => `@import "tailwindcss";
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
a:focus-visible {
|
||||||
|
outline-color: var(--color-primary-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
color-scheme: light dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--color-gray-*: initial;
|
--color-gray-*: initial;
|
||||||
--color-cool-50: #f9fafb;
|
--color-cool-50: #f9fafb;
|
||||||
|
|||||||
Reference in New Issue
Block a user