+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
title = "loadPluginCss"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
## loadPluginCss() function
### loadPluginCss() function
Use this to load css for a Grafana plugin by specifying a [PluginCssOptions](./runtime/plugincssoptions.md) containing styling for the dark and the light theme.
<b>Signature</b>
```typescript
export declare function loadPluginCss(options: PluginCssOptions): Promise<any>;
```
<b>Import</b>
import { loadPluginCss } from '@grafana/runtime';
<b>Parameters</b>
| Parameter | Type | Description |
| --- | --- | --- |
| options | <code>PluginCssOptions</code> | plugin styling for light and dark theme. |
<b>Returns:</b>
`Promise<any>`