mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
chore: lint deprecations.js
This commit is contained in:
parent
40bca3c627
commit
5492a3ab05
@ -19,8 +19,12 @@ const versionDeprecations = {
|
||||
},
|
||||
{
|
||||
selectors: [
|
||||
'.container', '.container::before', '.container::after',
|
||||
'.columns', '.columns::before', '.columns::after',
|
||||
'.container',
|
||||
'.container::before',
|
||||
'.container::after',
|
||||
'.columns',
|
||||
'.columns::before',
|
||||
'.columns::after',
|
||||
'.column',
|
||||
'.one-third',
|
||||
'.two-thirds',
|
||||
|
Loading…
Reference in New Issue
Block a user