From ade34eaca65daee3362d59146c5ea7139604190b Mon Sep 17 00:00:00 2001 From: Txabi Lopez Date: Thu, 6 Jun 2024 09:19:59 +0100 Subject: [PATCH] fix: set alpha-value-notification to number percentile is breaking rgba functions because rgba only accepts a number from 0 to 1 as the opacity property, no percentages Issues: MOL-29290 --- stylelintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stylelintrc.js b/stylelintrc.js index cd13ed7..3b054c8 100644 --- a/stylelintrc.js +++ b/stylelintrc.js @@ -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": [