Change border-style: none to border-style: 0 as preferred by linting

pull/6257/head
jacobtoppm 2020-02-25 15:22:01 +00:00 zatwierdzone przez Matt Westcott
rodzic fcc1e0fe05
commit 57ce9b0a90
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@
&__button {
background: none;
border-style: none;
border-style: 0;
padding-bottom: 5px;
font-weight: bold;