# File lib/sass/tree/media_node.rb, line 44
def
invisible?
children
.
all?
{
|
c
|
c
.
invisible?
}
end