mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
Deprecate .flex-item-equal
This commit is contained in:
parent
eba17d2a94
commit
9811776117
@ -5,6 +5,10 @@
|
|||||||
*/
|
*/
|
||||||
const versionDeprecations = {
|
const versionDeprecations = {
|
||||||
'14.0.0': [
|
'14.0.0': [
|
||||||
|
{
|
||||||
|
selectors: ['.flex-item-equal', '.flex-sm-item-equal', '.flex-md-item-equal', '.flex-lg-item-equal', '.flex-xl-item-equal'],
|
||||||
|
message: `This variable is deprecated. Use "flex-1" instead.`
|
||||||
|
},
|
||||||
{
|
{
|
||||||
selectors: ['.UnderlineNav-item.selected', '.UnderlineNav-item.selected .UnderlineNav-octicon'],
|
selectors: ['.UnderlineNav-item.selected', '.UnderlineNav-item.selected .UnderlineNav-octicon'],
|
||||||
message: `Please use aria-selected="true" to indicate the selected state of an UnderlineNav item.`
|
message: `Please use aria-selected="true" to indicate the selected state of an UnderlineNav item.`
|
||||||
|
Loading…
Reference in New Issue
Block a user