1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 05:33:07 +03:00

Add deprecation warning

This commit is contained in:
Mu-An ✌️ Chiou 2018-07-03 14:21:11 -04:00
parent 4fe1a4cdea
commit 461e05fef8

View File

@ -2,6 +2,8 @@
//
// A button group is a series of buttons laid out next to each other, all part
// of one visual button, but separated by rules to be separate.
@warn ".BtnGroup-form will be deprecated in version 11. Use .BtnGroup-parent instead.";
.BtnGroup {
display: inline-block;
vertical-align: middle;