Skip to content

Commit 66631c0

Browse files
committed
Merge pull request #1156 from xzyfer/feat/salt-the-earth-of-compact
Remove all traces of compact once and for all
2 parents c702247 + b1738d0 commit 66631c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

parser.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,9 +1619,6 @@ namespace Sass {
16191619
{
16201620
lex< identifier >();
16211621
string name(lexed);
1622-
if (name == "compact") {
1623-
warn("`compact` has been removed from libsass because it's not part of the Sass spec", pstate);
1624-
}
16251622

16261623
ParserState call_pos = pstate;
16271624
Arguments* args = parse_arguments(name == "url");

0 commit comments

Comments
 (0)