I am searching for a way to "(half)-automatically" copy CSS-code into an existing .CSS-file (e. g. via Batch File).
The problem beyond this is, that we are using an application we customized some existing stylesheets in (by "hand") - but however after every update of the application (which happens pretty often) the customizations are gone. We also didn't find any workaround to outsource for example our stylesheets. The application only supports the by manufacturer created stylesheet-files.
Simply replacing the css-files with same name is risky, because there are often new changes with new version of the application.
That is why we search for a simple way, by which we can insert some css-code to several css-files - as we don't always want to insert more than 1000 lines of CSS-Code into circa 10 different Stylesheet-files from the manufacturer.
If someone knows any other workaround which may work, I will also appreciate it.
echo "* {color: red !important;}" >> styles.css. But what kind of system is this? Try prepending@include: "../my-styles.css"