feat: move all css to includes dir

This commit is contained in:
Devin Haska 2025-03-16 11:55:36 -07:00
parent 408e859ef4
commit 6a84af0c37
29 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,31 @@
/* Global variables */
:root {
--transition-duration: 250ms;
--transition-timing: ease;
--color-white: white;
--color-black: black;
--text-skew: skew(0deg, -1deg);
--triangles: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path stroke-width="0" d="M0,0 40,40 80,0z" /></svg>');
--transition-bounce: linear(
0,
0.544 5.5%,
0.947 11.5%,
1.213 18.1%,
1.298 21.7%,
1.352 25.5%,
1.372 28.2%,
1.379 31.1%,
1.374 34.2%,
1.357 37.6%,
1.307 43.7%,
1.121 61.8%,
1.074 67.8%,
1.04 73.7%,
1.007 84.7%,
1
);
}