CSS override file question for a non-Node server

I have a bit of a funny request. A client of mine requires a sage theme I’ve built to include an “overrides.css” file, to come after main.css in the stylesheet order. Reason being that they can’t use Node, gulp etc on their servers, and if they want to do some minor CSS maintenance they can do so in the overrides file and not lose anything if I compile something later on remotely. Is there a good way to go about this?

I would just install a custom CSS plugin

1 Like