Closed blixhavn closed 4 years ago
I fixed the issues you pointed out, and also made a few other changes. For the this.file("style.css"), I simply couldnt get my local MagicMirror to work without it. Also, I wrapped all your CSS in the module class name to avoid collisions.
this.file("style.css")
I fixed the issues you pointed out, and also made a few other changes. For the
this.file("style.css")
, I simply couldnt get my local MagicMirror to work without it. Also, I wrapped all your CSS in the module class name to avoid collisions.