1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

chore: lint deprecations.js

This commit is contained in:
Shawn Allen 2019-09-10 13:32:11 -07:00
parent 40bca3c627
commit 5492a3ab05

View File

@ -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',