Box Sizing
Control box-sizing model for elements.
Usage:
@layout box-*;@layout box-border;@layout box-content;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { layout: { box: { property: "box-sizing: <v><i>;", values: { border: "border-box", content: "content-box", }, }, }, }, }; export default shilpConfig;