summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/.stylelintrc.json')
-rw-r--r--MLEB/Translate/.stylelintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/MLEB/Translate/.stylelintrc.json b/MLEB/Translate/.stylelintrc.json
index afe8e1c5..2bfd6522 100644
--- a/MLEB/Translate/.stylelintrc.json
+++ b/MLEB/Translate/.stylelintrc.json
@@ -3,6 +3,7 @@
"rules": {
"selector-max-id": null,
"declaration-no-important": null,
- "no-descending-specificity": null
+ "no-descending-specificity": null,
+ "declaration-property-unit-disallowed-list": null
}
}