github vanilla-extract-css/vanilla-extract @vanilla-extract/css@0.5.2

latest releases: @vanilla-extract/parcel-transformer@1.0.7, @vanilla-extract/vite-plugin@4.0.12, @vanilla-extract/webpack-plugin@2.3.11...
3 years ago

Patch Changes

  • #154 f5ab957 Thanks @mattcompiles! - Improved conditional CSS rendering

    Previously all conditional CSS (@media and @supports) in a .css.ts file would merge together. This meant each unique query (e.g. @media screen and (min-width: 700px)) would only be rendered once. This output is ideal for file size but can lead to the conditions being rendered in the wrong order. The new strategy will still merge conditions together but only if it is considered safe to do so.

  • #152 ae532f5 Thanks @Saartje87! - Added support for the following simple pseudo selectors

    • ::-webkit-resizer
    • ::-webkit-scrollbar-button
    • ::-webkit-scrollbar-corner
    • ::-webkit-scrollbar-thumb
    • ::-webkit-scrollbar-track-piece
    • ::-webkit-scrollbar-track
    • ::-webkit-scrollbar

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.