Skip to content

@modular-css/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 20:56
· 25 commits to main since this release
37bf65b

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.