penguinui is now in the root dir in penguinui-components/
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
/* Scan every template so used utility classes are emitted. */
|
||||
@source "../views";
|
||||
|
||||
/* penguinui-components/ is the read-only vendored PenguinUI library
|
||||
* (reference only — never {% include %}'d, never edited). Tailwind v4
|
||||
* auto-detects it from the project root, so exclude it explicitly or
|
||||
* its 177 files bloat the build with classes we never render. */
|
||||
@source not "../../penguinui-components";
|
||||
|
||||
/* PenguinUI toggles dark styles with a `dark:` variant. This app
|
||||
* already sets <html data-theme="dark|light"> (see base.html), so
|
||||
* key the variant off that attribute instead of the OS setting. */
|
||||
|
||||
Reference in New Issue
Block a user