Slide 10
Slide 10 text
Namespacing
■ Indicates the scope of a class.
Element, local, global?
■ Helps bridge the gap between CSS source and where
it’s used.
■ Groups like-minded classes.
■ Especially helpful when viewed in HTML.
Source: http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/