본문 바로가기
백엔드/Spring

[CSS] Uncaught SyntaxError: Unexpected token '{'

by 작은소행성 2021. 8. 10.

 

css 파일 로드 시

Uncaught SyntaxError: Unexpected token '{'

다음과 같은 오류가 출력되면 

 

<script src=""> 방식으로 사용했는지 확인해본다. 

 

아래와 같은 방식으로 로드해서 사용한다. 

<link href=""  rel="stylesheet" type="text/css" />
<link th:href="@{/css/dataTable/dateTime.css}"  rel="stylesheet" type="text/css" />
반응형