mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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-empty-line-before": "never",
|
||||||
|
|
||||||
"declaration-property-unit-blacklist": {
|
"declaration-property-unit-blacklist": {
|
||||||
"line-height": ["rem", "px", "em", "%"]
|
"line-height": ["rem", "em", "%"]
|
||||||
},
|
},
|
||||||
"declaration-property-unit-whitelist": {
|
"declaration-property-unit-whitelist": {
|
||||||
"height": ["px", "%", "vh"],
|
"height": ["px", "%", "vh"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue