소스 검색

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;