_toStringSupplier = Suppliers.memoize(new Supplier<String>() {
@Override
public String get() {
// Perform additional translation steps if needed
if (_translationEnabled) {
_scope.traverse(new NestedMediaQueries());
_scope.traverse(new FlattenNestedRuleSets());
}
// Print the output nodes
Printer printer = new Printer(_compressionEnabled);