mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
{% extends '../_layouts/block.njk' %}
|
|
|
|
{% block afterContent %}
|
|
{% if file %}
|
|
{% markdown %}
|
|
## Opting In
|
|
|
|
If you want to use this utility **only** without [all others](../), you can include the following CSS file from the Web Awesome CDN.
|
|
|
|
{% set stylesheet = file %}
|
|
{% include 'import-stylesheet-code.md.njk' %}
|
|
|
|
Want them all?
|
|
Follow the [instructions on the Utilities overview page](../) to get all Web Awesome utilities.
|
|
|
|
{% endmarkdown %}
|
|
{% endif %}
|
|
|
|
{% endblock %}
|