genCSS method
- Contexts context,
- Output output
Writes in output
the node transformed to CSS.
Implementation
void genCSS(Contexts context, Output output) {
output.add(value);
//2.3.1
// Node.prototype.genCSS = function (context, output) {
// output.add(this.value);
// };
}