Right Offset
Set positioned element's right side distance or offset from the parent.
Usage:
@position right-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { position: { right: { property: "right: <n><v><i>;", resolve: "spacing", themeKey: "spacing", values: {}, }, }, }, }; export default shilpConfig;