Add deprecation warning to release-1.6

This commit is contained in:
Andrew Chen
2017-08-10 22:46:48 -07:00
parent 1cff283759
commit a3b365d5a8
6 changed files with 26 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.deprecation-warning {
padding: 20px;
margin: 20px 0;
border-radius: 3px;
background-color: #eeeeee;
}