Releases: basro/stylance-rs
Releases · basro/stylance-rs
v0.0.12
v0.0.11
v0.0.10
- 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
v0.0.8
- Renamed
output
config option tooutput-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!
andimport_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.