mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Update is-state to be proper camelCase
parent
39a34e615a
commit
8eec096bcd
@ -89,8 +89,8 @@ JS can add/remove these attributes/classes. Every component must define its own
|
|||||||
```
|
```
|
||||||
.Tweet { /* … */ }
|
.Tweet { /* … */ }
|
||||||
.Tweet[aria-expanded=true] { /* … */ }
|
.Tweet[aria-expanded=true] { /* … */ }
|
||||||
.Tweet.is-Blorked { /* … */ }
|
.Tweet.is-blorked { /* … */ }
|
||||||
<article class="Tweet is-Blorked" aria-expanded="true">
|
<article class="Tweet is-blorked" aria-expanded="true">
|
||||||
…
|
…
|
||||||
</article>
|
</article>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user