Commit 40a251ea by Aaron Leung

Trivial formatting change.

parent 0a944e49
...@@ -44,9 +44,9 @@ First, you create a sass context struct. We use these objects to define ...@@ -44,9 +44,9 @@ First, you create a sass context struct. We use these objects to define
different execution parameters for the library. There are three different execution parameters for the library. There are three
different context types. different context types.
sass_context //string-in-string-out compilation sass_context // string-in-string-out compilation
sass_file_context //file-based compilation sass_file_context // file-based compilation
sass_folder_context //full-folder multi-file sass_folder_context // full-folder multi-file
Each of the context's have slightly different behavior and are Each of the context's have slightly different behavior and are
implemented seperately. This does add extra work to implementing implemented seperately. This does add extra work to implementing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment