Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

21 Aug 12:07
bb12773

Choose a tag to compare

Minor Changes

@vanilla-extract/[email protected]

09 Aug 22:32
cb2132f

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

25 Jul 06:49
40d7e72

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

24 Jul 02:45
0228483

Choose a tag to compare

Minor Changes

@vanilla-extract/[email protected]

24 Jul 22:54
1860952

Choose a tag to compare

Minor Changes

@vanilla-extract/[email protected]

29 Jun 08:19
84ba370

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

29 Jun 08:19
84ba370

Choose a tag to compare

Minor Changes

  • #1114 001be83 Thanks @taylorfsteele! - Supports passing multiple font face rules to fontFace

    Example usage

    import { fontFace, style } from '@vanilla-extract/css';
    
    const gentium = fontFace([
      {
        src: 'local("Gentium")',
        fontWeight: 'normal',
      },
      {
        src: 'local("Gentium Bold")',
        fontWeight: 'bold',
      },
    ]);
    
    export const font = style({
      fontFamily: gentium,
    });

@vanilla-extract/[email protected]

05 Jun 01:39
e88b6d8

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

26 May 20:22
48df15c

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

21 May 12:14
50064fe

Choose a tag to compare

Patch Changes