From f1ac1122b9b7667395f5182f2080e7308e83ec17 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 4 Jan 2017 19:44:07 +0000 Subject: [PATCH] Remove CSS inline --- composer.json | 1 - config/app.php | 1 - config/css-inliner.php | 41 ----------------------------------------- 3 files changed, 43 deletions(-) delete mode 100644 config/css-inliner.php diff --git a/composer.json b/composer.json index a8a885ef..4064eaa9 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,6 @@ "backup-manager/laravel": "^1.1", "barryvdh/laravel-cors": "^0.8", "doctrine/dbal": "^2.5", - "fedeisas/laravel-mail-css-inliner": "^1.5", "fideloper/proxy": "^3.1", "graham-campbell/binput": "^3.5", "graham-campbell/core": "^5.1", diff --git a/config/app.php b/config/app.php index b40ff7ef..ef08a1e5 100644 --- a/config/app.php +++ b/config/app.php @@ -177,7 +177,6 @@ return [ AltThree\Emoji\EmojiServiceProvider::class, BackupManager\Laravel\Laravel5ServiceProvider::class, Barryvdh\Cors\ServiceProvider::class, - Fedeisas\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider::class, Fideloper\Proxy\TrustedProxyServiceProvider::class, GrahamCampbell\Binput\BinputServiceProvider::class, GrahamCampbell\Exceptions\ExceptionsServiceProvider::class, diff --git a/config/css-inliner.php b/config/css-inliner.php deleted file mode 100644 index f1e9c78b..00000000 --- a/config/css-inliner.php +++ /dev/null @@ -1,41 +0,0 @@ - true, - - /* - |-------------------------------------------------------------------------- - | Remove classes - |-------------------------------------------------------------------------- - | - | Settings this to false disables the removal of class attributes from - | your html elements (do not enable this if you use media queries) - | - */ - - 'strip-classes' => true, - -];