create_grid_style
Creates a local layout-grid style with uniform grid size, rows, or columns, specifying count, gutter, and alignment. Returns style ID and name.
Instructions
Create a local layout-grid style. GRID is uniform (sectionSize); ROWS / COLUMNS carry count + gutterSize + alignment. Returns { ok, styleId, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Style name, e.g. "Layout/8pt" | |
| grids | Yes | ||
| description | No |