SimpleBlock
data class SimpleBlock<T : CssNode>(val location: CssLocation, val children: List<T>) : Block<T> (source)
A simple block with a location and children.
Parameters
T
The type of the children nodes.
A simple block with a location and children.
The type of the children nodes.