: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
const {BaseStyles} = await import('../../editor/base-styles.mjs');
export class Module extends BaseStyles {
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', '')
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h')
this.get_font_family('', 'f_f_g'),
this.get_color_type('', '', 'f_c_t_g', 'f_c_g', 'f_g_c_g'),
this.get_font_size('', 'f_s_g', '', ''),
this.get_line_height('', 'l_h_g'),
this.get_letter_spacing('', 'l_s_s'),
this.get_text_align('', 't_a_g'),
this.get_text_transform('', 't_t_g'),
this.get_font_style('', 'f_st_g', 'f_w_g'),
this.get_text_decoration('', 't_d_g'),
this.get_text_shadow('', 't_sh_g')
this.get_font_family('', 'f_f_g', 'h'),
this.get_color_type('', '', 'f_c_t_g_h', 'f_c_g_h', 'f_g_c_g_h'),
this.get_font_size('', 'f_s_g_h', '', 'h'),
this.get_font_style('', 'f_st_g', 'f_w_g', 'h'),
this.get_text_decoration('', 't_d_g', 'h'),
this.get_text_shadow('', 't_sh_g', 'h')
this.get_color(' a', 'l_c_l'),
this.get_text_decoration(' a', 't_d_g_l')
this.get_color(' a', 'l_c_l', null, null, 'hover'),
this.get_text_decoration(' a', 't_d_g_l', 'h')
this.get_padding('', 'p_g', '', true)
this.get_padding('', 'p_g', 'h')
this.get_margin('', 'm_g', '', true)
this.get_margin('', 'm_g', 'h')
this.get_border('', 'b_g')
this.get_border('', 'b_g', 'h')
this.get_border_radius('', 'r_c_g')
this.get_border_radius('', 'r_c_g', 'h')
this.get_box_shadow('', 'sh_g')
this.get_box_shadow('', 'sh_g', 'h')
// this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
m_t: this.module_title_custom_style()