github emotion-js/emotion @emotion/babel-plugin@11.9.2

latest releases: @emotion/styled@11.11.5, @emotion/serialize@1.1.4, @emotion/is-prop-valid@1.2.2...
2 years ago

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;
        }
      }
    `

Don't miss a new emotion release

NewReleases is sending notifications on new releases.