Namespace

You can add a particular namespace on every @atom, @molecule and @structure.

It may be usefull to add a background color on only one entity.

/** * @structure Alert * @namespace dark-background * @markup * <div class="alert"> * Alert message with transparent white background * </div> */ .alert { ... }