mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
big boy webui new new new new new 100 files changed 80 years
This commit is contained in:
@@ -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],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user