Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:16
· 16 commits to main since this release
Bump v0.7.0 — CSS Modules support in compile_css

New option `css_modules: true` in `Vize.compile_css/2` enables
LightningCSS CSS Modules mode. Class names, IDs, keyframes, and
other identifiers are scoped, and the result includes an `:exports`
map of original → hashed names.

Uses dannote/vize fork (branch css-modules) for vize_atelier_sfc
until ubugeeei/vize#123 is merged upstream.