fix: Cleanup poppins.css and file import after switching to Astro fonts
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<style is:global>
|
||||
@import url("../styles/poppins.css");
|
||||
|
||||
:root {
|
||||
--clr-light-400: oklch(100% 0.00011 271.152);
|
||||
--clr-light-500: oklch(from var(--clr-light-400) calc(l - 0.1) c h);
|
||||
@@ -95,7 +93,8 @@
|
||||
border: 2px solid var(--clr-ts-red-400);
|
||||
}
|
||||
|
||||
.char, .line {
|
||||
.char,
|
||||
.line {
|
||||
will-change: transform, opacity;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user