From 1731a9c64fa696de9d4af1f95b5f4279aa5a1f6d 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..cb6a6f9 100644 --- a/stylelintrc.js +++ b/stylelintrc.js @@ -13,6 +13,7 @@ module.exports = { } ], "rules": { + "alpha-value-notation": "number", // using "number" here because "percentile" is not supported in rgba function and may break the code if used "keyframes-name-pattern": null, "no-invalid-position-at-import-rule": null, "property-no-unknown": [