Skip to content

sass 0.4.1

Compare
Choose a tag to compare
@cpsievert cpsievert released this 06 Apr 17:29
· 36 commits to main since this release

Improvements

  • Several speed improvements for sass() and as_sass_layer(), particularly when sass(write_attachments = TRUE) encounters a cache hit. (#98)
  • Removed compilation warnings with gcc-12. (#100)
  • Removed linking errors that occur when custom C++ flags are used to compile
    (#94, #104).