Skip to content

Releases: tivac/modular-css

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

  • #983 63af4ac3 Thanks @tivac! - Ensure that aliased values get exported, fixing #982

    @value * as values from "./other-file.css";
    @value local: values.somevalue;
    

    Previously that local value wouldn't exist in the JS exports, it was mistakenly treated like the values external value.

    Also adds semi-colons to variable declarations in the generated JS for vite/rollup/webpack.

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

  • #983 63af4ac3 Thanks @tivac! - Ensure that aliased values get exported, fixing #982

    @value * as values from "./other-file.css";
    @value local: values.somevalue;
    

    Previously that local value wouldn't exist in the JS exports, it was mistakenly treated like the values external value.

    Also adds semi-colons to variable declarations in the generated JS for vite/rollup/webpack.

  • Updated dependencies [63af4ac3]:

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Oct 20:56
37bf65b
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Sep 01:50
18e0b4e
Compare
Choose a tag to compare

Patch Changes

@modular-css/[email protected]

26 Sep 01:49
18e0b4e
Compare
Choose a tag to compare

Patch Changes

  • #972 673df5d3 Thanks @tivac! - Improved vite integration, now correctly invalidating files when a file is changed or deleted.
    Improved invalidation in the processor, preventing stale @value or composes references from being output.
  • Updated dependencies [673df5d3]: