mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
[refactor] Enabled Stylelint 'length-zero-no-unit' rule
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
|
||||
.terminal-input {
|
||||
display: inline-block;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border: 0px;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
border: 0;
|
||||
background-color: var(--my-background-color);
|
||||
font-size: 16px;
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user