Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/blockbase color admin #6043

Closed
wants to merge 9 commits into from
Closed
4 changes: 2 additions & 2 deletions blockbase/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ function blockbase_fonts_url() {
return esc_url_raw( 'https://fonts.googleapis.com/css2?' . implode( '&', array_unique( $font_families ) ) . '&display=swap' );
}

require get_template_directory() . '/inc/customizer/wp-customize-colors.php';

/**
* Customize Global Styles
*/
if ( class_exists( 'WP_Theme_JSON_Resolver_Gutenberg' ) ) {
require get_template_directory() . '/inc/customizer/wp-customize-colors.php';
require get_template_directory() . '/inc/customizer/wp-customize-color-palettes.php';
require get_template_directory() . '/inc/customizer/wp-customize-fonts.php';
require get_template_directory() . '/inc/social-navigation.php';
}
Expand Down
47 changes: 0 additions & 47 deletions blockbase/inc/customizer/wp-customize-color-palette-control.css

This file was deleted.

44 changes: 0 additions & 44 deletions blockbase/inc/customizer/wp-customize-color-palette-control.php

This file was deleted.

11 changes: 0 additions & 11 deletions blockbase/inc/customizer/wp-customize-color-palettes.js

This file was deleted.

94 changes: 0 additions & 94 deletions blockbase/inc/customizer/wp-customize-color-palettes.php

This file was deleted.

27 changes: 0 additions & 27 deletions blockbase/inc/customizer/wp-customize-colors-preview.js

This file was deleted.

Loading