Run prettier

This commit is contained in:
Phyks (Lucas Verney) 2019-06-29 21:55:37 +02:00
parent ea9cc49dd4
commit 6b5be516d8
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ {
"singleQuote": true, "singleQuote": true,
"tabWidth": 4 "tabWidth": 4
} }

View file

@ -1,5 +1,5 @@
div.line-mouse-marker { div.line-mouse-marker {
background-color: white; background-color: white;
border: 4px solid magenta; border: 4px solid magenta;
border-radius: 8px; border-radius: 8px;
} }