Skip to content

Releases: basro/stylance-rs

v0.0.12

18 Jan 22:28
Compare
Choose a tag to compare
  • Fixes cli watched folders not being relative to the manifest dir.

v0.0.11

16 Jan 12:30
Compare
Choose a tag to compare
  • Fixes cli watch mode not printing errors.
  • Removes unused features from tokio dependency to improve compilation times.

v0.0.10

15 Jan 16:28
Compare
Choose a tag to compare
  • Added scss_prelude configuration option that lets you prefix text to the generated scss files.
  • Added debouncing to the stylance cli --watch mode.
  • Fixes an issue where stylance would read files while they were being modified by the text editor resulting in wrong output.

v0.0.9

15 Jan 16:14
Compare
Choose a tag to compare
  • Added classes! utility macro for joining class names
  • Added JoinClasses trait

v0.0.8

12 Jan 13:40
Compare
Choose a tag to compare
  • Renamed output config option to output-file
  • Added output-dir config option which generates one file per css module and an _index.scss file that imports all of them.
  • Improved import_style! and import_crate_style! proc macros error reporting.
  • Added support for style declarations inside of media queries (useful for SASS nested media queries)
  • Unknown fields in Cargo.toml [package.metadata.stylance] will now produce an error.