Elementor\Post_CSS_File::init_stylesheet PHP Method

init_stylesheet() protected method

protected init_stylesheet ( )
    protected function init_stylesheet()
    {
        $this->stylesheet_obj = new Stylesheet();
        $breakpoints = Responsive::get_breakpoints();
        $this->stylesheet_obj->add_device('mobile', $breakpoints['md'] - 1)->add_device('tablet', $breakpoints['lg'] - 1);
    }