🎨 Tailwind classes cleanup

This commit is contained in:
James Panther
2023-12-26 11:56:32 +11:00
parent 6415614513
commit 68ce84075e
26 changed files with 107 additions and 105 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{{- $icon := resources.Get (print "icons/" . ".svg") -}}
{{- if $icon -}}
<span class="relative inline-block align-text-bottom px-1 icon">
<span class="icon relative inline-block px-1 align-text-bottom">
{{- $icon.Content | safeHTML -}}
</span>
{{- end -}}