# File lib/sass/tree/comment_node.rb, line 60 def invisible? if @loud return false else @silent || (style == :compressed) end end