mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14976] Allow px line-heights for prosilver
PHPBB3-14976
This commit is contained in:
parent
a3372e628a
commit
c51b613015
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue