Skip to content
Snippets Groups Projects
Commit 92c4715f authored by Davide's avatar Davide
Browse files

removed unused .css

parent 57e2212f
No related branches found
No related tags found
3 merge requests!1712Development,!1705Development,!1688Resolve "dynamic instructions for adding metager as default search engine"
......@@ -167,8 +167,7 @@ Route::group(
->with('navbarFocus', 'dienste')
->with('agent', new Agent())
->with('browser', (new Agent())->browser())
->with('request', $this->input('request', 'GET'))
->with('css', [mix('/css/plugin.css')]);
->with('request', $this->input('request', 'GET'));
});
Route::group(['middleware' => ['auth.basic'], 'prefix' => 'admin'], function () {
......
......@@ -46,9 +46,6 @@ mix
.less("resources/less/utility.less", "public/css/utility.css", {
strictMath: true
})
.less("resources/less/metager/pages/plugin.less", "public/css/plugin.css",{
strictMath: true
})
// js
.babel(
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment