Read the statement by Michael Teeuw here.
missing custom.css file
-
I just set up another laptop board. Used @sdetweil’s installer. Fantastic! Copied the main.css file and renamed it to custom.css. Done!
-
@Mykle1 but that is sorta heavy weight . cause now you are overriding every class defined in main.css…
-
Well, I emptied the body and deleted everything else. Did I forget to mention that? :-)
-
@Mykle1 yes… easier just to do the touch thing… create an empty file… (for users just starting out)
-
Yes. if you know about the touch thing. I did not. Now I do.
-
@Mykle1 or just editing and use save as
-
Or, have a blank custom.css file added during installation. Easier for the users just starting out. ;-)
-
@Mykle1 true… easy peasy… done (in my script…)
-
@sdetweil said in missing custom.css file:
true… easy peasy… done (in my script…)
What a great idea! ;-)
This is why you are the king! :thumbsup:
-
FWIW, I wouldn’t put a “blank” custom.css…
I’d put at the top of main.css
/*********************** * Magic Mirror * Main CSS * * Do not edit this file, make changes to custom.css instead. * ***********************/
and in custom.css
/*********************** * Magic Mirror * Custom CSS * * Add your custom CSS here, for help, please go to http://forum.magicmirror.builders ***********************/