hlibsass-0.1.6.0: Low-level bindings to Libsass

Safe HaskellNone
LanguageHaskell2010

Bindings.Libsass.Context

Synopsis

Documentation

sass_make_data_context :: CString -> IO (Ptr SassDataContext) Source #

Creates and initializes a data context, ie. context that parses string instead of a file.

WARNING! The string that this function takes is released by the libsass during cleanup. You must not deallocate it.