Skip to content

Commit bd9aead

Browse files
authored
Fix formatting of parameters in API documentation
1 parent 128c15a commit bd9aead

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Initializes the CSS if() polyfill with optional configuration.
4444
**Parameters:**
4545

4646
- `options` (optional): Configuration object
47-
- `debug` (boolean): Enable debug logging (default: false)
48-
- `autoInit` (boolean): Auto-initialize on DOMContentLoaded (default: true)
49-
- `useNativeTransform` (boolean): Enable hybrid native transformation (default: true)
47+
- `debug` (boolean): Enable debug logging (default: `false`)
48+
- `autoInit` (boolean): Auto-initialize on DOMContentLoaded (default: `true`)
49+
- `useNativeTransform` (boolean): Enable hybrid native transformation (default: `true`)
5050

5151
**Example:**
5252

@@ -128,7 +128,7 @@ Transform CSS at build time to generate native CSS where possible.
128128

129129
- `cssText` (string): CSS text to transform
130130
- `options` (optional): Transform options
131-
- `minify` (boolean): Minify the output CSS (default: false)
131+
- `minify` (boolean): Minify the output CSS (default: `false`)
132132

133133
**Returns:** Transform result object
134134

0 commit comments

Comments
 (0)