@hackage hlibsass0.1.3.0

Low-level bindings to libsass

This package provides (very) low level bindings to libsass. It uses libsass compiled to static library, so if you use this in your project, you have to link your project with C++ runtime(which libsass does automatically - links with libstdc++). For documentation visit https://github.com/sass/libsass.

  • Installation

    Custom

  • Dependencies (0)

  • Dependents (1)

    @hackage/hsass
  • Package Flags

      externallibsass
       (off by default)

      Use libsass that is installed in the system.

      sharedlibsass
       (off by default)

      Build libsass as a shared library (only if external_libsass = False).