Libbsass.ex v1.0.0 Sass

Compiles SASS into CSS

Summary

Functions

compile(string, options \\ %{output_style: sass_style_nested})

Compiles a string of SASS into a string of CSS

compile_file(path, options \\ %{output_style: sass_style_nested})

Compiles a file of SASS into a string of CSS

sass_style_compact()
sass_style_compressed()
sass_style_expanded()
sass_style_nested()