mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 19:05:32 -04:00
clean up strict types a bit more
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type * as Stitches from "@stitches/react";
|
||||
|
||||
const normalizeStyles: { [key: string]: Stitches.CSSProperties } = {
|
||||
const normalizeStyles: Record<string, Stitches.CSSProperties> = {
|
||||
"*, ::before, ::after": {
|
||||
boxSizing: "border-box",
|
||||
},
|
||||
|
Reference in New Issue
Block a user