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

latest releases: @emotion/css@11.13.4, @emotion/utils@1.4.1, @emotion/serialize@1.3.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.