generate_gb_styles
Create GenerateBlocks-specific SCSS styles for WordPress development by specifying block type, CSS selector, and style properties to compile into production-ready CSS.
Instructions
Generate GenerateBlocks-specific SCSS (compile to CSS for production)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockType | Yes | Block type (container, grid, headline, etc.) | |
| selector | Yes | CSS selector | |
| styles | Yes | SCSS properties and values (will be formatted as SCSS) |