Make WordPress Core

Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#43105 closed defect (bug) (worksforme)

CSS editor in customizer doesn't support everything

Reported by: drivdigital Owned by:
Priority: normal Milestone:
Component: Customize Version: 4.9
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @afercia
9 years ago

  • Component GeneralCustomize

#2 @westonruter
9 years ago

  • Keywords close reporter-feedback added
  • Version 4.9.24.9

@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.

#3 @drivdigital
9 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 9 years ago by drivdigital (next)

#4 @westonruter
8 years ago

Yes, as CSSLint adds support for more features, and CSSLint is updated in core, then the new CSS features will be supported.

#5 @drivdigital
8 years ago

  • Resolutionworksforme
  • Status newclosed

#6 @ocean90
8 years ago

  • Keywords close reporter-feedback removed
  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.