Module CSSΒΆ

CSS is automatically scoped to the node using the node ID applied to the div tag surounding that node.

Warning

Avoid using additional identifiers to style the top level node, b/c of the way scoping is applied the style will be applied only to decendants with that identifier.

See also: