---------

**Commit 1:**
Fix CSS style guide state class naming convention to be camel case.

* Original sha: bc1b49b88e
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-10-27T18:54:40Z
This commit is contained in:
Elastic Jasper 2016-10-27 14:59:58 -04:00
parent f9320886f2
commit 239f7b2402

View file

@ -196,7 +196,7 @@ Notice that all states contain a boolean keyword, typically "is".
/**
* 1. This button can appear in a "pressed" aka "pinned" state.
*/
&.localNavButton-is-pressed {
&.localNavButton-isPressed {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); /* 1 */
}
}