diff --git a/index.js b/index.js index 7d35905..6836d2f 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,13 @@ module.exports = { 'alpha-value-notation': [ 'percentage', { - exceptProperties: ['opacity'], + exceptProperties: [ + 'opacity', + 'fill-opacity', + 'flood-opacity', + 'stop-opacity', + 'stroke-opacity', + ], }, ], 'at-rule-empty-line-before': [