Something went wrong. Try again.
Automations and webhooks for the AT Protocol airglow.run
automation webhook atproto atprotocol
Something went wrong. Try again.
123456789import { styleVariants } from "@vanilla-extract/css";import { space } from "../../../styles/tokens/spacing.ts";
export const stack = styleVariants(space, (gap) => ({ display: "flex", flexDirection: "column", gap,}));