page_css_file
Deprecated: Use the page-level
styles array instead.URL to an additional stylesheet to load on this page.
| Property | Details |
|---|---|
| Type | url |
| Accepted values |
|
| Status | Deprecated |
Use the styles parameter instead, which supports cache-busting and loading multiple stylesheets.
Example (deprecated usage)
page_css_file: "/css/my-page.css"
Replacement
styles:
- url: "/css/my-page.css"
cache: true