Skip to content

Commit

Permalink
Enable comments to be hoistable
Browse files Browse the repository at this point in the history
Fixes sass#2158
  • Loading branch information
mgreter committed Sep 2, 2016
1 parent 014a61b commit ea0ea73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ namespace Sass {
{ statement_type(COMMENT); }
virtual bool is_invisible() const
{ return /* is_important() == */ false; }
bool is_hoistable() { return true; }
ATTACH_OPERATIONS()
};

Expand Down

0 comments on commit ea0ea73

Please # to comment.