The htmx.config.includeIndicatorCSS option controls whether htmx adds built-in loading indicator styles.

The styles hide indicatorClass content until requestClass marks it as active.

Default: true

Usage

Disable built-in styles when providing your own:

<meta name="htmx-config" content="includeIndicatorCSS:false">

See Also