big boy webui new new new new new 100 files changed 80 years

This commit is contained in:
legop3
2026-08-18 22:01:25 -04:00
parent 0f0f82e5f6
commit 737760ff56
79 changed files with 2714 additions and 388 deletions
+7 -1
View File
@@ -1,3 +1,5 @@
import containerQueries from '@tailwindcss/container-queries';
/** @type {import('tailwindcss').Config} */
export default {
content: [
@@ -7,5 +9,9 @@ export default {
theme: {
extend: {},
},
plugins: [],
// Shared cards use their allocated width rather than the browser viewport to
// decide when compact layouts are necessary. Tailwind 3 does not emit the
// @container utility or @... variants unless its official plugin is enabled;
// without this, every card silently remains in its unprefixed narrow layout.
plugins: [containerQueries],
}