Skip to content

Commit

Permalink
Change value-no-vendor-prefix to ignore -webkig-box
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 1, 2022
1 parent b0430c0 commit b37aed0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ module.exports = {
'value-list-comma-space-after': 'always-single-line',
'value-list-comma-space-before': 'never',
'value-list-max-empty-lines': 0,
'value-no-vendor-prefix': true,
'value-no-vendor-prefix': [
true,
{
// `-webkit-box` is allowed as standard. See https://www.w3.org/TR/css-overflow-3/#webkit-line-clamp
ignoreValues: ['box'],
},
],
},
};

0 comments on commit b37aed0

Please sign in to comment.