: 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', 'h')
this.get_color_type(' a'),
this.get_letter_spacing(),
this.get_text_transform(),
this.get_text_decoration(),
this.get_font_family('', 'f_f', 'h'),
this.get_color_type(':hover a', 'h'),
this.get_font_size('', 'f_s_h', '', 'h'),
this.get_font_style('', 'f_st', 'f_w', 'h'),
this.get_text_decoration('', 't_d_r', 'h'),
this.get_text_shadow('', 't_sh', 'h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
this.get_expand('po', [this.get_css_position()]),
//this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_image(' a', 'b_i', 'in_b_c', 'b_r', 'b_p')
this.get_image(' a:hover', 'b_i_h', 'in_h_b_c', 'b_r_h', 'b_p_h')
this.get_color(' a', 'f_c_i')
this.get_color(' a', 'f_c_i', null, null, 'h')
this.get_expand('size', [
this.get_font_size(' a', 'f_s_i')
this.get_font_size(' a', 'f_s_i', '', 'h')
this.get_border(' a', 'br_i')
this.get_border(' a', 'br_i', 'h')
this.get_padding(' a', 'p_i')
this.get_padding(' a', 'p_i', 'h')
this.get_margin(' a', 'm_i')
this.get_margin(' a', 'm_i', 'h')
this.get_border_radius(' a', 'r_c_i')
this.get_border_radius(' a', 'r_c_i', 'h')
this.get_box_shadow(' a', 'b_sh_i')
this.get_box_shadow(' a', 'b_sh_i', 'h')
m_t: this.module_title_custom_style(),