A utility to make authoring mobile-first responsive styles in vanilla-extract stylesheets easier.
The responsiveStyle function is a convenience for authoring responsive styling rules. It accepts sets of rules for each breakpoint, e.g. mobile, tablet, desktop or wide, and returns them wrapped in the corresponding media query.The returned object must be passed through one of vanilla-extract’s styling apis, e.g. style, to create the actual styles.