Grid Rows Count
Define number of grid rows.
Usage:
@grid rows-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { grid: { rows: { property: "grid-template-rows: <v><i>;", themeKey: "amount", values: {}, }, }, }, }; export default shilpConfig;