Rsass 0.27.0 released
Posted 2023-01-17 21:06. Tagged rust, project, css, rsass, sass.
Again, after almost four months since the last release, it is time to announce rsass 0.27.0. There is a bunch of breaking changes and a bunch of improvements.
This time, one change may seem drastic: The rsass
crate no longer
contains the command-line program rsass.
Instead, that is now provided by a separate rsass-cli
crate.
So you no longer have to enable a “commandline” feature, instead you can
install the command line interface with:
;
There is also a new rsass-macros crate. Read on into the Macros section for that.