node.comments.map((comment) => '# ' + comment.trim() + '\n').join('') +
        'style ' +
        node.name +
        ' {\n' +
        ident.repeat(level) +