Defines markup for linking external stylesheets in the HTML head
- Since:
- 1.0.0
- Source:
Parameters:
Name | Type | Description |
---|---|---|
data | Object | Eleventy’s |
Returns:
- Type:
string
HTML
Example
// In an Eleventy template
`${this.externalCSS(data)}`
Members
(inner) html :string
Placeholder for concatenating HTML
Type:
string