asset:stylesheet
Description
Include a CSS file in a page, e.g.<asset:stylesheet href="example/style.css"/><style> element generated by this tag.Attributes
| Name | Required | Description |
|---|---|---|
| src | if href is not provided | Path to the CSS file |
| href | if src is not provided | An alias for src |
| charset | No | The file's character set |