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 "tailwindcss";
|
||||||
@import "@nuxt/ui";
|
@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 {
|
@theme {
|
||||||
--animate-wave: wave 2.5s infinite;
|
--animate-wave: wave 2.5s infinite;
|
||||||
--font-mono: 'Monaspace Neon', 'ui monaspace', monospace;
|
--font-mono: 'Monaspace Neon', 'ui monaspace', monospace;
|
||||||
@@ -51,4 +57,4 @@
|
|||||||
|
|
||||||
.sofia {
|
.sofia {
|
||||||
--ui-font-family: 'Sofia Sans', sans-serif;
|
--ui-font-family: 'Sofia Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user