Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 10, 2023
1 parent b826317 commit f15bec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/site/markdown/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ Include CSS without special attributes:
<sly data-sly-use.clientlib="/apps/wcm-io/wcm/ui/clientlibs/sightly/templates/clientlib.html"
data-sly-call="${clientlib.css @ categories=['my-clientlib-category']}"/>
```

The following advanced link tag attributes are supported:

* `rel` = prefetch | preload (if not given, `rel="stylesheet" type="text/css"` is set)

0 comments on commit f15bec1

Please sign in to comment.