styles
Page-level stylesheets to load after the site-level styles. Each entry is an object that describes the <link> tag to render.
| Property | Details |
|---|---|
| Type | {url: string, cache?: boolean}[] |
| Accepted values |
|
Replaces the deprecated page_css_file parameter.
Example
styles:
- url: "/css/page-specific.css"
cache: true
- url: "https://cdn.example.org/widget.css"