| @@ -6,8 +6,9 @@ | ||
| 6 | 6 | use Templately\Core\Importer\Exception\NonRetirableErrorException; |
| 7 | 7 | use Templately\Core\Importer\Runners\AIContent; |
| 8 | 8 | use Templately\Core\Importer\Runners\Attachments; |
| 9 | 9 | use Templately\Core\Importer\Runners\BaseRunner; |
| 10 | +use Templately\Core\Importer\Runners\CustomCSS; | |
| 10 | 11 | use Templately\Core\Importer\Runners\Customizer; |
| 11 | 12 | use Templately\Core\Importer\Runners\Dependencies; |
| 12 | 13 | use Templately\Core\Importer\Runners\ElementorContent; |
| 13 | 14 | use Templately\Core\Importer\Runners\ExtraContent; |
| @@ -52,8 +53,9 @@ | ||
| 52 | 53 | // TODO: Site Settings Import Runner |
| 53 | 54 | new Dependencies( $this->request_params ), |
| 54 | 55 | new Attachments( $this->request_params ), |
| 55 | 56 | new Customizer( $this->request_params ), |
| 57 | + new CustomCSS( $this->request_params ), | |
| 56 | 58 | new ExtraContent( $this->request_params ), |
| 57 | 59 | new Templates( $this->request_params ), |
| 58 | 60 | new GutenbergContent( $this->request_params ), |
| 59 | 61 | new ElementorContent( $this->request_params ), |