mirror of
https://github.com/primer/css.git
synced 2024-12-24 14:42:26 +03:00
add .container and ::before / ::after selectors to v13 deprecations
This commit is contained in:
parent
049b110107
commit
40bca3c627
@ -19,7 +19,8 @@ const versionDeprecations = {
|
||||
},
|
||||
{
|
||||
selectors: [
|
||||
'.columns',
|
||||
'.container', '.container::before', '.container::after',
|
||||
'.columns', '.columns::before', '.columns::after',
|
||||
'.column',
|
||||
'.one-third',
|
||||
'.two-thirds',
|
||||
|
Loading…
Reference in New Issue
Block a user