Packages

Compile Sass/Scss implemented as Erlang NIF using libsass.

Current section

Files

Jump to
erlsass c_src libsass include sass version.h
Raw

c_src/libsass/include/sass/version.h

#ifndef SASS_VERSION_H
#define SASS_VERSION_H
#ifndef LIBSASS_VERSION
#define LIBSASS_VERSION "[NA]"
#endif
#ifndef LIBSASS_LANGUAGE_VERSION
#define LIBSASS_LANGUAGE_VERSION "3.5"
#endif
#endif