nui icon indicating copy to clipboard operation
nui copied to clipboard

.clearfix

Open isofarro opened this issue 11 years ago • 0 comments

demo/demo.htm uses the class clearfix to manage containing floats. This should instead be done on a more component structure level rather than a presentation-specific classname.

Have a read of: http://nefariousdesigns.co.uk/on-html-element-identifiers.html#anti_patterns to understand more about why clearfix is an anti-pattern for web development.

isofarro avatar Jul 10 '13 09:07 isofarro