File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments