format_css
Format and prettify CSS code by adjusting indentation and structure to improve readability and maintainability.
Instructions
Format and prettify CSS code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | Yes | CSS code to format | |
| indentSize | No | Number of spaces for indentation (default: 2) |