Tribe__Customizer__Section::get_css_template( $template )
Overwrite this method to be able to implement the CSS template related to this section.
Return
(string) The CSS template.
Source
File: src/Tribe/Customizer/Section.php
public function get_css_template( $template ) {
return $template;
}