Skip to content
Snippets Groups Projects
Commit 79b0a3ad authored by Julian's avatar Julian
Browse files

Rename "css" to "classes"

parent 34cffc04
No related branches found
No related tags found
1 merge request!448Resolve "Add partial for Materialize chips"
Pipeline #5351 passed
<div class="chip {{ css }}">
<div class="chip {{ classes }}">
{% if img %}
<img src="{{ img }}" alt="{{ alt }}">
<img class="{{ img_classes }}" src="{{ img }}" alt="{{ alt }}">
{% endif %}
{{ content }}
{% if close %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment