Minor Changes
-
#1566
8b49b35Thanks @lfantone! -style: Add support for@starting-stylerulesEXAMPLE USAGE:
import { style } from '@vanilla-extact/css'; export const styleWithStartingStyle = style({ backgroundColor: 'black', '@starting-style': { backgroundColor: 'white' } });
Patch Changes
-
#1646
0b2c09eThanks @plesiecki! - Swap the order ofcreateVar's overloads to enable inference ofVarDelcarationtype -
#1666
c6047fbThanks @askoufis! - Remove custom container properties typeThe
csstypepackage used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.