Skip to content

Commit

Permalink
MDL-56061 core: Permit usage of REM in CSS
Browse files Browse the repository at this point in the history
Part of MDL-55071
  • Loading branch information
Frédéric Massart authored and danpoltawski committed Sep 23, 2016
1 parent e584e6a commit f8ac90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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": ["/(@|$)/"]}],
Expand Down

0 comments on commit f8ac90a

Please sign in to comment.