Releases: vanilla-extract-css/vanilla-extract
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#1665
352fc19Thanks @askoufis! - Assets used in CSS generated by the plugin will now respect thebuild.assetsInlineLimitVite configuration option -
Updated dependencies [
a440470,352fc19]:- @vanilla-extract/[email protected]
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies []:
- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
-
#1648
a440470Thanks @sallustfire! -serializeCss|deserializeCss: Usebase64urlencoding instead ofbase64to avoid errors in virtual file paths -
Updated dependencies [
0b2c09e,c6047fb,8b49b35]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
Patch Changes
- Updated dependencies [
a440470]:- @vanilla-extract/[email protected]
@vanilla-extract/[email protected]
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.
@vanilla-extract/[email protected]
Patch Changes
-
#1665
352fc19Thanks @askoufis! - Pass throughviteConfig.build.assetsInlineLimitto the compiler'sviteserver -
Updated dependencies [
a440470,0b2c09e,c6047fb,8b49b35]:- @vanilla-extract/[email protected]
- @vanilla-extract/[email protected]