Skip to content

Commit

Permalink
fix: set alpha-value-notification to number
Browse files Browse the repository at this point in the history
percentile is breaking rgba functions because rgba only accepts a number from 0 to 1 as the opacity property, no percentages

Issues: MOL-29290
  • Loading branch information
Txabox committed Jun 6, 2024
1 parent 6d2c410 commit ade34ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
}
],
"rules": {
"alpha-value-notation": "number",
"keyframes-name-pattern": null,
"no-invalid-position-at-import-rule": null,
"property-no-unknown": [
Expand Down

0 comments on commit ade34ea

Please sign in to comment.