[refactor] Enabled Stylelint 'length-zero-no-unit' rule

This commit is contained in:
Steven Evans
2018-07-09 22:37:19 -04:00
parent bfa2c3d4f9
commit 877a276542
5 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -72,9 +72,9 @@
.bladeburner-console-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: 13px;
outline: none;