[Website] Platform-specific props

We are annotating platform-specific props with a special @platform tag in the docblocks. This pull request adds a little [ios] tag before the name and sorts the props such as generic ones are before platform-specific ones.
This commit is contained in:
Christopher Chedeau
2015-08-07 10:31:07 -07:00
parent 3309f6da80
commit 6e9ceaa348
2 changed files with 41 additions and 2 deletions

View File

@@ -967,6 +967,15 @@ div[data-twttr-id] iframe {
font-size: 13px;
}
.platform {
background-color: hsl(198, 100%, 87%);
border-radius: 5px;
margin-right: 5px;
padding: 0 5px;
font-size: 13px;
font-weight: normal;
}
.edit-github {
font-size: 15px;
font-weight: normal;