mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-56061 core: Permit usage of REM in CSS
Part of MDL-55071
This commit is contained in:
parent
e584e6ae46
commit
f8ac90a753
@ -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": ["/(@|$)/"]}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user