·
622 commits
to master
since this release
Minor Changes
-
#52
2d98bccThanks @markdalgleish! - RenamecreateThemeVarstocreateThemeContractBREAKING 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
- #50
48c4a78Thanks @mattcompiles! - Allow vars to be passed as values to all style properties