@hackage hlibsass0.1.10.1
Low-level bindings to Libsass
Installation
CustomDependencies (1)
Dependents (3)
@hackage/hsass, @hackage/acme-everything, @hackage/shakespeare-sass
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).
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.