DEV Community

Discussion on: CSS Naming conventions

Collapse
 
russellbishop profile image
Russell Bishop

Can't remember the name of the methodology, but:

.u-
Utility

.o-
Object

.c-
Component

Collapse
 
russellbishop profile image
Russell Bishop

Might be ITCSS from CSSWizardy?

Collapse
 
ziizium profile image
Habdul Hazeez

The ".u - Utility" is part of SUITCSS naming conventions.

The rest are discussed in Harry Roberts article from 2015 titled More transparent UI code with Namespaces specifically the namespaces section of the article.