github-actions
released this
26 Oct 20:56
·
25 commits
to main
since this release
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 thevalues
external value.Also adds semi-colons to variable declarations in the generated JS for vite/rollup/webpack.