Styles::__construct( string $template_file )

Summary

Styles constructor.


Parameters

$template_file

(string) (Required) Path to the CSS template file


Source

File: src/BigCommerce/Customizer/Styles.php

	public function __construct( $template_file ) {
		$this->template_file = $template_file;
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.