import { style } from "@vanilla-extract/css"; export const withMiddlot = style({ selectors: { "& + &::before": { content: " ยท ", opacity: 0.6, }, }, });