next.js/examples/with-vanilla-extract/components/Logo.css.ts
Logo.css.ts9 lines178 B
import { style } from "@vanilla-extract/css";

export const container = style({
  display: "flex",
  alignItems: "center",
  justifyContent: "center",
  marginBottom: "2em",
});
Quest for Codev2.0.0
/
SIGN IN