port of the new penguinui placing

This commit is contained in:
Priec
2026-06-18 10:51:07 +02:00
parent ee944ed5ce
commit 9a3c68eae5
7 changed files with 47 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{# Reusable UI macros adapted from vendored Penguin UI components.
These are OUR adaptation layer; the byte-for-byte upstream sources live under
assets/views/penguinui/. Tailwind sees the full literal class strings here
penguinui-components/. Tailwind sees the full literal class strings here
(assets/css/app.css has @source "../views"), so every branch must spell its
classes out in full — never build class names by concatenation.