mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 03:09:44 +01:00
feat: ajouter une nouvelle utilité text-stroke pour le style de texte
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@utility text-stroke-* {
|
||||
-webkit-text-stroke-width: calc(--value(integer) * 1px);
|
||||
-webkit-text-stroke-color: --value(--color-*);
|
||||
-webkit-text-stroke-color: --value([*]);
|
||||
}
|
||||
|
||||
@theme {
|
||||
--animate-wave: wave 2.5s infinite;
|
||||
--font-mono: 'Monaspace Neon', 'ui monaspace', monospace;
|
||||
@@ -51,4 +57,4 @@
|
||||
|
||||
.sofia {
|
||||
--ui-font-family: 'Sofia Sans', sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user