This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Description
Although it's nice for the zip to provide an empty custom.css file the first time the prototype is built, it's actually unhelpful afterwards because if it's unzipped over an existing version with stuff added to custom.css, it overwrites that stuff with an empty file - potentially losing a lot of valuable work.
Instead the zip should provide an empty custom.template.css, with text content advising the user to rename it to custom.css in order to use it.
The <link> in the HTML <head> should then continue to point to custom.css, rather than the template one.