Skip to content

Commit

Permalink
Remove To_String by using AST->to_string and inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jan 16, 2016
1 parent a559139 commit fc75b8f
Show file tree
Hide file tree
Showing 31 changed files with 361 additions and 847 deletions.
1 change: 0 additions & 1 deletion Makefile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ SOURCES = \
sass2scss.cpp \
source_map.cpp \
to_c.cpp \
to_string.cpp \
to_value.cpp \
units.cpp \
utf8_string.cpp \
Expand Down
5 changes: 3 additions & 2 deletions include/sass/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ enum Sass_Output_Style {
SASS_STYLE_EXPANDED,
SASS_STYLE_COMPACT,
SASS_STYLE_COMPRESSED,
// only used internal
SASS_STYLE_INSPECT
// only used internaly
SASS_STYLE_INSPECT,
SASS_STYLE_TO_SASS
};

// Some convenient string helper function
Expand Down
Loading

0 comments on commit fc75b8f

Please sign in to comment.