Elementor\Stylesheet::add_device PHP Method

add_device() public method

public add_device ( string $device_name, string $device_max_point )
$device_name string
$device_max_point string
    public function add_device($device_name, $device_max_point)
    {
        $this->devices[$device_name] = $device_max_point;
        return $this;
    }