Skip to content

@vanilla-extract/css@0.4.0

Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 28 Apr 06:23
· 516 commits to master since this release
d1973ea

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

Patch Changes