Browse Source

fixed wrong @import reset.css

Martin Filser 3 years ago
parent
commit
f833d1288f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/boards/boardsList.css

+ 1 - 1
client/components/boards/boardsList.css

@@ -1,4 +1,4 @@
-/* @import url("css/reset.css") print, screen; */
+@import url("/css/reset.css") print, screen;
 
 .board-list {
   margin: 0 8px;