From 437d0305027ef9767c5baab4efda924ee65a28c1 Mon Sep 17 00:00:00 2001 From: rejas Date: Wed, 11 Mar 2020 12:44:44 +0100 Subject: [PATCH] Remove some dead files, fix stylelint error --- Gruntfile.js | 4 +--- modules/default/currentweather/currentweather.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2b2048d7..36a90c5e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -20,8 +20,7 @@ module.exports = function(grunt) { "!modules/default/alert/classie.js", "config/*", "translations/translations.js", - "vendor/vendor.js", - "modules/node_modules/node_helper/index.js" + "vendor/vendor.js" ] }, stylelint: { @@ -45,7 +44,6 @@ module.exports = function(grunt) { "package.json", ".eslintrc.json", ".stylelintrc.json", - "installers/pm2_MagicMirror.json", "translations/*.json", "modules/default/*/translations/*.json", "vendor/package.json" diff --git a/modules/default/currentweather/currentweather.css b/modules/default/currentweather/currentweather.css index 594dafac..b7669bda 100644 --- a/modules/default/currentweather/currentweather.css +++ b/modules/default/currentweather/currentweather.css @@ -1,7 +1,7 @@ .currentweather .weathericon, .currentweather .fa-home { font-size: 75%; - line-height:65px; + line-height: 65px; display: inline-block; -ms-transform: translate(0, -3px); /* IE 9 */ -webkit-transform: translate(0, -3px); /* Safari */