Skip to content

Commit

Permalink
Merge pull request #1156 from xzyfer/feat/salt-the-earth-of-compact
Browse files Browse the repository at this point in the history
Remove all traces of compact once and for all
  • Loading branch information
xzyfer committed May 1, 2015
2 parents c702247 + b1738d0 commit 66631c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1619,9 +1619,6 @@ namespace Sass {
{
lex< identifier >();
string name(lexed);
if (name == "compact") {
warn("`compact` has been removed from libsass because it's not part of the Sass spec", pstate);
}

ParserState call_pos = pstate;
Arguments* args = parse_arguments(name == "url");
Expand Down

0 comments on commit 66631c0

Please sign in to comment.