A C/C++ implementation of a Sass compiler
Browse cluster: Haskell tooling and libraries →LibSass is a C++ port of the Ruby Sass CSS compiler that provides a library implementation of a Sass compiler with a C API. The project is designed for portability and efficiency, allowing Sass stylesheets to be compiled across many programming languages through various implementer bindings such as Node.js, Python, Go, Ruby, C#, Java, and Elixir. LibSass was originally created by Aaron Leung and Hampton Catlin with initial support from Moovweb, and is currently maintained by Marcel Greter and Michael Mifsud, though it has reached end-of-life status and users are directed to migrate to Dart Sass instead.