@hackage hlibsass0.1.10.1

Low-level bindings to Libsass

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

  • Installation

    Custom

  • Dependencies (1)

  • 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).