Skip to content

Commit

Permalink
closing issue #27. at minimum we shouldnt list unsupported output for…
Browse files Browse the repository at this point in the history
…mats as valid options!
  • Loading branch information
Hampton Catlin committed Jun 9, 2013
1 parent ade649a commit 2dfbf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sassc.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ struct
int output_style;
} style_option_strings[] = {
{ "compressed", SASS_STYLE_COMPRESSED },
{ "compact", SASS_STYLE_COMPACT },
{ "expanded", SASS_STYLE_EXPANDED },
//{ "compact", SASS_STYLE_COMPACT },
//{ "expanded", SASS_STYLE_EXPANDED },
{ "nested", SASS_STYLE_NESTED }
};

Expand Down

0 comments on commit 2dfbf68

Please sign in to comment.