Skip to content

Commit

Permalink
[ticket/14976] Allow px line-heights for prosilver
Browse files Browse the repository at this point in the history
PHPBB3-14976
  • Loading branch information
hanakin committed Oct 11, 2017
1 parent a3372e6 commit c51b613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc
Expand Up @@ -62,7 +62,7 @@
"declaration-empty-line-before": "never",

"declaration-property-unit-blacklist": {
"line-height": ["rem", "px", "em", "%"]
"line-height": ["rem", "em", "%"]
},
"declaration-property-unit-whitelist": {
"height": ["px", "%", "vh"],
Expand Down

0 comments on commit c51b613

Please sign in to comment.