Make WordPress Core


Ignore:
Timestamp:
09/14/2023 04:54:22 AM (18 months ago)
Author:
isabel_brison
Message:

Editor: disable default style engine optimisation.

Stops style engine from combining CSS selectors by default so that rule order is preserved.

Props ramonopoly, rajinsharwar, timdix, costdev, audrasjb, SergeyBiryukov, JeffPaul, mukesh27.
Fixes #58811.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/style-engine/class-wp-style-engine.php

    r56046 r56574  
    625625     *                                 When set, the style engine will attempt to store the CSS rules.
    626626     *     @type bool        $optimize Whether to optimize the CSS output, e.g. combine rules.
    627      *                                 Default true.
     627     *                                 Default false.
    628628     *     @type bool        $prettify Whether to add new lines and indents to output.
    629629     *                                 Defaults to whether the `SCRIPT_DEBUG` constant is defined.
Note: See TracChangeset for help on using the changeset viewer.