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

# Function: schemesCss()

> **schemesCss**(): `string`

Beta

The light and dark scheme pins, as a standalone sheet. Theme-independent — the scheme only decides
which branch of `light-dark()` wins, which the browser does for us.

## Returns

`string`

## Example

```ts
import { schemesCss } from "@pantoken/css";

schemesCss();
```
