#58122 closed defect (bug) (invalid)
6.2 - customizer.php css no longer appears in theme, FSE custom CSS also does not appear in theme
Reported by: | brumack | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 6.2 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
Upgrading to 6.2 prevents any saved CSS in customizer from rendering in-theme, and for some reason any CSS I add to the Additional CSS area in FSE also does not render in-theme.
Not sure if theres some additional requirement that isn't documented that prevents custom CSS from appearing in-theme entirely, but yeah. 6.2 breaks a few of our sites that have been relying on customizer css, mostly from the client themselves, and theres no visual indication as to why. (also afaik in 6.2 changelog it didnt mention that customizer would be fully deprecated, so i imagine this was unintentional)
Change History (3)
Note: See
TracTickets for help on using
tickets.
customizer css was moved to global-styles-inline-css it seems, and the theme we were using dequeued global-styles.
feels like this should be decoupled - one could want to disable the default output of global styles, but still need to accommodate custom CSS injection, but i imagine no one else shares this opinion so i'll mark this as closed