---
url: /api/formats/css/src/interfaces/MultiScopeCssOptions.md
---
[pantoken-root](../../../../index.md) / [formats/css/src](../index.md) / MultiScopeCssOptions

# Interface: MultiScopeCssOptions

Beta

Options for [multiScopeCss](../functions/multiScopeCss.md).

## Extends

* [`ScopedCssOptions`](ScopedCssOptions.md)

## Properties

### includeIcons?

> `optional` **includeIcons?**: `boolean`

Beta

Drop the `--instui-icon-*` glyph tokens (default `false`).

#### Inherited from

[`ScopedCssOptions`](ScopedCssOptions.md).[`includeIcons`](ScopedCssOptions.md#includeicons)

***

### plugins?

> `optional` **plugins?**: readonly [`PantokenPlugin`](../../../../packages/core/src/interfaces/PantokenPlugin.md)\[]

Beta

Plugins whose `css` hooks run after the base CSS is built.

#### Inherited from

[`ScopedCssOptions`](ScopedCssOptions.md).[`plugins`](ScopedCssOptions.md#plugins)

***

### themes

> **themes**: readonly [`Theme`](../../../../packages/core/src/type-aliases/Theme.md)\[]

Beta

Themes to emit scope blocks for.

***

### defaultTheme

> **defaultTheme**: [`Theme`](../../../../packages/core/src/type-aliases/Theme.md)

Beta

The theme whose concrete tokens back the one-time `@property` registrations.

***

### schemes?

> `optional` **schemes?**: `boolean`

Beta

Include the light/dark `color-scheme` pins (default `true`; see [schemesCss](../functions/schemesCss.md)).
