1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 00:14:38 +04:00

divider jekyll element added

This commit is contained in:
Dawid Harat
2019-12-08 20:24:29 +01:00
parent 75d9396bb2
commit 9122ec1eaf
2 changed files with 19 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
<div class="hr-text hr-text-{{ include.position | default: 'left' | downcase }}{% if include.color %} text-{{ include.color }}{% endif %}">{{ include.text }}</div>