We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2d0c01 + 5f86151 commit 4c596acCopy full SHA for 4c596ac
docs/api_split.pug
@@ -50,6 +50,8 @@ block content
50
h3(id=prop.anchorId)
51
a(href='#' + prop.anchorId)
52
| #{prop.string}
53
+ if prop.deprecated
54
+ <span class="deprecated">~DEPRECATED~</span>
55
if prop.param != null
56
h5 Parameters
57
ul.params
docs/css/api.css
@@ -155,3 +155,7 @@ hr.separate-api {
155
text-transform: uppercase;
156
letter-spacing: .2px;
157
}
158
+
159
+.deprecated {
160
+ color: #ff0000;
161
+}
0 commit comments