Created
September 19, 2016 08:11
-
-
Save humayunkabir/38d09bcbc7aa329492f32e5495a38529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var SELECTORS = { | |
state: [ | |
'inverse', | |
'toggled', | |
'switched', | |
'original', | |
'initial', | |
'identified', | |
'disabled', | |
'loading', | |
'pending', | |
'syncing', | |
'default' | |
], | |
modifier: [ | |
'dark', | |
'light', | |
'shaded', | |
'flat', | |
'ghost', | |
'maroon', | |
'pale', | |
'intense', | |
'twisted', | |
'narrow', | |
'wide', | |
'smooth', | |
'separate', | |
'clean', | |
'sharp', | |
'aligned' | |
], | |
object: [ | |
'pagination', | |
'modal', | |
'popup', | |
'article', | |
'story', | |
'flash', | |
'status', | |
'state', | |
'media', | |
'block', | |
'card', | |
'teaser', | |
'badge', | |
'label', | |
'sheet', | |
'poster', | |
'notice', | |
'record', | |
'entry', | |
'item', | |
'figure', | |
'square', | |
'module', | |
'bar', | |
'button', | |
'action', | |
'knob' | |
], | |
layout: [ | |
'navigation', | |
'wrapper', | |
'inner', | |
'header', | |
'footer', | |
'aside', | |
'section', | |
'divider', | |
'content', | |
'container', | |
'panel', | |
'pane', | |
'construct', | |
'composition', | |
'spacing', | |
'frame' | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment