class Sass::Tree::Visitors::Cssize::Bubble

A wrapper class for a node that indicates to the parent that it should treat the wrapped node as a sibling rather than a child.

Nodes should be wrapped before they’re passed to {Cssize.visit}. They will be automatically visited upon calling {#pop}.

This duck types as a [Sass::Tree::Node] for the purposes of tree-manipulation operations.