Remove some dead files, fix stylelint error

This commit is contained in:
rejas 2020-03-11 12:44:44 +01:00
parent f3d45eff69
commit 437d030502
2 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,7 @@ module.exports = function(grunt) {
"!modules/default/alert/classie.js", "!modules/default/alert/classie.js",
"config/*", "config/*",
"translations/translations.js", "translations/translations.js",
"vendor/vendor.js", "vendor/vendor.js"
"modules/node_modules/node_helper/index.js"
] ]
}, },
stylelint: { stylelint: {
@ -45,7 +44,6 @@ module.exports = function(grunt) {
"package.json", "package.json",
".eslintrc.json", ".eslintrc.json",
".stylelintrc.json", ".stylelintrc.json",
"installers/pm2_MagicMirror.json",
"translations/*.json", "translations/*.json",
"modules/default/*/translations/*.json", "modules/default/*/translations/*.json",
"vendor/package.json" "vendor/package.json"

View File

@ -1,7 +1,7 @@
.currentweather .weathericon, .currentweather .weathericon,
.currentweather .fa-home { .currentweather .fa-home {
font-size: 75%; font-size: 75%;
line-height:65px; line-height: 65px;
display: inline-block; display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */ -ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */ -webkit-transform: translate(0, -3px); /* Safari */