next.js/examples/with-vanilla-extract/app/page.css.ts
page.css.ts8 lines138 B
import { style } from "@vanilla-extract/css";

export const page = style({
  display: "grid",
  gap: "1em",
  placeContent: "center",
});
Quest for Codev2.0.0
/
SIGN IN