vanilla-extract

Zero-runtime Stylesheets-in-TypeScript

MIT License

Downloads
15.5M
Stars
9.6K
Committers
113

Bot releases are hidden (Show)

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Patch Changes

  • #854 98f8b03 Thanks @mrm007! - Expose ResponsiveArray so .d.ts bundling works correctly

  • #854 98f8b03 Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Patch Changes

  • #854 98f8b03 Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages
vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Minor Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Patch Changes

  • #854 98f8b03 Thanks @mrm007! - Bundle TypeScript declaration files (.d.ts) when building packages
vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci almost 2 years ago

Minor Changes

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci about 2 years ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci about 2 years ago

Patch Changes

  • #852 dfc6405 Thanks @mattcompiles! - Fix Cannot find module *.css.ts.vanilla.css issue

    Previously, CSS was being output on both the client and server builds. This fix ensure CSS is only output on the client build.

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });
    

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });
    

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });
    

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Major Changes

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add transform and transformSync functions

    The transform APIs can be used to append filescopes and automatic debug IDs to .css.ts files.

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Remove requirement for @vanilla-extract/babel-plugin

    Previously, to get automatic debug IDs you needed to use Babel with the @vanilla-extract/babel-plugin in your config. As this is no longer the case, the @vanilla-extract/babel-plugin should be removed completely from your project.

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Remove requirement for @vanilla-extract/babel-plugin

    Previously, to get automatic debug IDs you needed to use Babel with the @vanilla-extract/babel-plugin in your config. As this is no longer the case, the @vanilla-extract/babel-plugin should be removed completely from your project.

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci about 2 years ago

Minor Changes