Quote:
So what if I already have like 100 tweaks in my css file? Can I just use that file as my child css file, and make future tweaks to that one?
Your child theme’s style.css file should only contain the CSS tweaks, and not the theme’s entire original style.css file. I’ve seen many people copy the theme’s entire style.css file into their child theme, and apart from being unnecessary, the results are a mess.
You can probably use some kind of diff software to easily find the changes that you’ve made, and the put those into the child theme.