Add deprecated docs warning mechanism (#4731)
* Deprecated docs warning * Unknown tag 'endcomment' * only add css when necessary * try lighter bgcolor * tweak copy * change development url to point at vnext-staging * try callout * rollback * change var names * update var used * fix var typo * turn off deprecation message
This commit is contained in:
committed by
Andrew Chen
parent
290e77988f
commit
34693b50c9
@@ -0,0 +1,6 @@
|
||||
.deprecation-warning {
|
||||
padding: 20px;
|
||||
margin: 20px 0;
|
||||
border-radius: 3px;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
Reference in New Issue
Block a user