Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jul 10, 2022
1 parent 992f7d2 commit dbb2421
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions website/docs/api/themes/theme-classic.md
Expand Up @@ -27,14 +27,20 @@ Accepted fields:
<APITable>
```

| Option | Type | Default | Description |
| ----------- | --------- | ------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `customCss` | `string[] | string` | `[]` | Stylesheets to be imported globally as [client modules](../../advanced/client.md#client-modules). Relative paths are resolved against the site directory. |
| Option | Type | Default | Description |
| --- | --- | --- | --- |
| `customCss` | <code>string[] \| string</code> | `[]` | Stylesheets to be imported globally as [client modules](../../advanced/client.md#client-modules). Relative paths are resolved against the site directory. |

```mdx-code-block
</APITable>
```

:::note

Most configuration for the theme is done in `themeConfig`, which can be found in [theme configuration](./theme-configuration.md).

:::

### Example configuration {#ex-config}

You can configure this theme through preset options or plugin options.
Expand Down

0 comments on commit dbb2421

Please sign in to comment.