ソースを参照

fixed wrong @import reset.css

Martin Filser 3 年 前
コミット
f833d1288f
1 ファイル変更1 行追加1 行削除
  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;