Skip to content

Commit

Permalink
Add SVG opacity properties as exceptions to alpha-value-notation (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouvedia committed Aug 21, 2022
1 parent 865a93c commit c12b8cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.js
Expand Up @@ -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': [
Expand Down

0 comments on commit c12b8cb

Please sign in to comment.