#43105 closed defect (bug) (worksforme)
CSS editor in customizer doesn't support everything
Reported by: | drivdigital | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
Using css grid in the customizer causes errors and you can't save the css due to this.
You should consider allowing saving the CSS but just notifying the editor that there are warnings.
Try this:
.class {
grid-gap: 1rem;
}
Change History (6)
#3
@
7 years ago
Just noticed that, doesn't show when you're scrolled past the notice due to the header, but it's still there — Will the CSS area be updated with new elements as they're supported?
Version 0, edited 7 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
@drivdigital isn't this already what we're doing? We show a notice allowing the user to override to go ahead and save. See #42528.