Skip to content

Commit

Permalink
Merge pull request #1754 from mgreter/refactor/context
Browse files Browse the repository at this point in the history
Refactor to remove `Context` dependency from `To_String` and others
  • Loading branch information
mgreter committed Jan 14, 2016
2 parents 4d394f5 + e027ce7 commit 199817e
Show file tree
Hide file tree
Showing 36 changed files with 506 additions and 461 deletions.
4 changes: 3 additions & 1 deletion include/sass/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ enum Sass_Output_Style {
SASS_STYLE_NESTED,
SASS_STYLE_EXPANDED,
SASS_STYLE_COMPACT,
SASS_STYLE_COMPRESSED
SASS_STYLE_COMPRESSED,
// only used internal
SASS_STYLE_INSPECT
};

// Some convenient string helper function
Expand Down
Loading

0 comments on commit 199817e

Please sign in to comment.