MDL-56061 core: Permit usage of REM in CSS

Part of MDL-55071
This commit is contained in:
Frédéric Massart 2016-09-21 16:58:39 +02:00 committed by Dan Poltawski
parent e584e6ae46
commit f8ac90a753

View File

@ -84,7 +84,7 @@
"shorthand-property-no-redundant-values": [null, { "severity": "warning" }],
"string-no-newline": true,
"time-no-imperceptible": true,
"unit-blacklist": ["pt", "rem"],
"unit-blacklist": ["pt"],
"unit-case": "lower",
"unit-no-unknown": true,
"value-keyword-case": ["lower", {"ignoreKeywords": ["/(@|$)/"]}],