1
1
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:
Shawn Allen 2019-09-10 13:28:24 -07:00
parent 049b110107
commit 40bca3c627

View File

@ -19,7 +19,8 @@ const versionDeprecations = {
},
{
selectors: [
'.columns',
'.container', '.container::before', '.container::after',
'.columns', '.columns::before', '.columns::after',
'.column',
'.one-third',
'.two-thirds',