Skip to content

Commit

Permalink
Fix compressed output of media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Oct 28, 2014
1 parent 52ad379 commit 1879d77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions output_compressed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ namespace Sass {
// JMA - not hoisted, just output in order
for (size_t i = 0, L = b->length(); i < L; ++i) {
Statement* stm = (*b)[i];
if (!stm->is_hoistable()) {
stm->perform(this);
}
stm->perform(this);
}
}

Expand Down

0 comments on commit 1879d77

Please sign in to comment.