Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@kaj kaj released this 29 Jan 22:50
· 1565 commits to main since this release

Second release. Passes 380 tests of 6026 from sass-spec. Changes since 0.1.0 include:

  • Basic pseudo-classes.
  • Functions return a Result (so they can fail without panic). Note that all other error handling is still simply panics.
  • Implemented functions str-slice, str-insert, str-length.
  • Documentation