github vanilla-extract-css/vanilla-extract @vanilla-extract/babel-plugin@0.4.0

latest releases: @vanilla-extract/vite-plugin@4.0.7, @vanilla-extract/private@1.0.4, @vanilla-extract/next-plugin@2.4.0...
2 years ago

Minor Changes

  • #52 2d98bcc Thanks @markdalgleish! - Rename createThemeVars to createThemeContract

    BREAKING CHANGE

    import {
    -  createThemeVars,
    +  createThemeContract,
      createTheme
    } from '@vanilla-extract/css';
    
    -export const vars = createThemeVars({
    +export const vars = createThemeContract({
      color: {
        brand: null
      },
      font: {
        body: null
      }
    });

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.