mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
chore: linter
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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%,
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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%,
|
||||
|
||||
@@ -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%,
|
||||
|
||||
@@ -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%,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user