[ticket/15083] Add stylelint exceptions for admin.css

PHPBB3-15083
This commit is contained in:
Marc Alexander 2017-03-08 21:36:27 +01:00
parent 01046c2209
commit f36eb932a4
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -2692,9 +2692,11 @@ fieldset.permissions .padding {
word-break: break-all; word-break: break-all;
} }
/* stylelint-disable declaration-property-unit-whitelist */
.emoji { .emoji {
min-height: 18px; min-height: 18px;
min-width: 18px; min-width: 18px;
height: 1em; height: 1em;
width: 1em; width: 1em;
} }
/* stylelint-enable declaration-property-unit-whitelist */