-
-
Notifications
You must be signed in to change notification settings - Fork 176
theme.json layout contentSize and wideSize to breakpoints #255
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Tailwind 4 is amazing. Thank you! One issue I've found:
contentSize and wideSize settings from theme.json do not seem to be populating the values into --breakpoint-lg: var(--wp--style--global--content-size); and --breakpoint-xl: var(--wp--style--global--wide-size); in theme.css.
If I over ride them, everything works, i.e.:
/* --breakpoint-lg: var(--wp--style--global--content-size); */ --breakpoint-lg: 960px; /* --breakpoint-xl: var(--wp--style--global--wide-size); */ --breakpoint-xl: 1280px;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working