mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Enable the declaration-block-no-redundant-longhand-properties
Stylelint rule
Note that these changes were done automatically, using `gulp lint --fix`. This rule will help avoid unnecessary repetition in the CSS; please see https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/
This commit is contained in:
parent
c706c6c34f
commit
a4dfa04a0b
4 changed files with 5 additions and 16 deletions
|
@ -153,10 +153,7 @@ footer {
|
|||
position: absolute;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
top: 5rem;
|
||||
bottom: 4rem;
|
||||
left: 0;
|
||||
right: 0;
|
||||
inset: 5rem 0 4rem;
|
||||
}
|
||||
|
||||
canvas {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue