chore: linter

This commit is contained in:
Christy Jacob
2025-03-13 15:49:48 +00:00
parent be9a0051f9
commit fc3fac9dc2
8 changed files with 17 additions and 12 deletions

View File

@@ -106,8 +106,8 @@
/* Animations */
--animate-scale-in: scale-in 200ms ease-out forwards;
--animate-caret-blink: caret-blink 1s ease-in-out infinite;
--animate-text: fade 0.75s ease-in-out both, blur 0.75s ease-in-out both,
up 0.75s ease-in-out both;
--animate-text:
fade 0.75s ease-in-out both, blur 0.75s ease-in-out both, up 0.75s ease-in-out both;
--animate-scroll: scroll 60s linear infinite;
--animate-fade-in: fade-in 0.5s ease-in-out both;
--animate-marquee: marquee var(--speed, 30s) linear infinite var(--direction, forwards);

View File

@@ -111,7 +111,8 @@
backdrop-filter: blur(6px);
background-color: hsl(var(--web-color-background) / 50%);
mask-composite: intersect;
mask-image: linear-gradient(
mask-image:
linear-gradient(
to top,
transparent,
rgba(0, 0, 0, 1) 25%,
@@ -148,7 +149,8 @@
backdrop-filter: blur(6px);
background-color: hsl(var(--web-color-background) / 50%);
mask-composite: intersect;
mask-image: linear-gradient(
mask-image:
linear-gradient(
to top,
transparent,
rgba(0, 0, 0, 1) 25%,

View File

@@ -270,7 +270,8 @@
.shine,
.glare {
will-change: transform, opacity, background-image, background-size, background-position,
will-change:
transform, opacity, background-image, background-size, background-position,
background-blend-mode, filter;
border-radius: adjusted(1);
border-bottom-left-radius: adjusted(1.2);

View File

@@ -417,7 +417,8 @@
justify-content: space-between;
align-items: flex-start;
background: linear-gradient(
background:
linear-gradient(
93deg,
rgba(253, 54, 110, 0.2) 0.29%,
rgba(35, 35, 37, 0.2) 52.57%,

View File

@@ -233,7 +233,8 @@
}
> button {
background: linear-gradient(
background:
linear-gradient(
93deg,
rgba(253, 54, 110, 0.2) 0.29%,
rgba(35, 35, 37, 0.2) 52.57%,

View File

@@ -155,7 +155,8 @@
backdrop-filter: blur(6px);
background-color: hsl(var(--web-color-background) / 50%);
mask-composite: intersect;
mask-image: linear-gradient(
mask-image:
linear-gradient(
to top,
transparent,
rgba(0, 0, 0, 1) 25%,

View File

@@ -45,7 +45,8 @@
position: relative;
z-index: 1;
overflow: hidden;
background-image: repeating-linear-gradient(
background-image:
repeating-linear-gradient(
0deg,
var(--line-color),
var(--line-color) 1px,

View File

@@ -50,8 +50,6 @@ export default defineConfig({
include: ['src/**/*.{test,spec}.{js,ts}']
},
server: {
allowedHosts: [
'5173-appwrite-website-46vk5bvcfb8.ws-us118.gitpod.io'
]
allowedHosts: ['5173-appwrite-website-46vk5bvcfb8.ws-us118.gitpod.io']
}
});