Stripping out the border-radius style
I'm removing all the round radius'd corners in my style sheet.
I want sharp square boxes.
There are over 300 instances of "border-radius" in the style.css
I'm using a child theme.
Two questions:
1) Apparently, this means I have to copy all 300+ instances of the radius-less styles into the child theme.
Is that true?
2) What would be the implications, if any, of copying the entire master style.css into the child theme's style.css?