Patch Changes #2721 ae0f650b Thanks @Andarist! - Fixed an issue in the minifying logic that could remove rules with the same context values as their parent rules. Like in the example below: styled.div` > div { color: blue; > div { color: hotpink; } } `