import { style } from "@vanilla-extract/css"; export const submitErrorAlert = { container: style({ ":empty": { display: "none", }, }), };