[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

View File

@@ -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;