import { style } from "@vanilla-extract/css"; export const test = style({ backgroundColor: "rebeccapurple", color: "wheat" });