Skip to main content

+context

+mode('draft')

+component('button')
+default
display: inline-block
background-color: grey

+context('ui-modal')
display: block



button {
display: inline-block;
background-color: grey;
}
ui-modal button {
display: block;
}

The mixins and functions used in the code above: mode, component, default, context.