/*
* TODO: Update 'wp-customize-widgets' to not rely so much on things in
* 'customize-widgets'. This will let us skip most of the above and not
* enqueue 'customize-widgets' which saves bytes.
*/
// Default to is-fullscreen-mode to avoid jumps in the UI.
add_filter( 'admin_body_class', staticfunction($classes){ return "$classes is-fullscreen-mode"; } );