Grid Rows Count
Define number of grid rows.
Usage:
@grid rows-*;
Reference
shilp.config.js/** @type {import('shilpcss/types').ShilpConfig} */ const shilpConfig = { source: "react", properties: { grid: { rows: { property: "grid-template-rows: <v><i>;", themeKey: "amount", values: {}, }, }, }, }; export default shilpConfig;