Modifier Classes
There is no limitation to extend your type classes with individual state, size and position modifier. Proper handling of context and type should prevent the need of adjoining classes.
Syntax
State related syntax:
Size related syntax:
Position related syntax:
Overview
Suffix
Tag
Example
-active
*
.item-active
-idle
*
.item-idle
-hover
*
.item-hover
-touch
*
.item-touch
-small
*
.item-small
-medium
*
.item-medium
-large
*
.item-large
-first
*
.item-first
-second
*
.item-second
-third
*
.item-third
-last
*
.item-last
-odd
*
.item-odd
-even
*
.item-even
Last updated