mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 05:09:46 +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;
|
||||
|
||||
Reference in New Issue
Block a user