[css]Uncaught SyntaxError: Unexpected token '.' css

    

 Uncaught SyntaxError: Unexpected token '.' css


착각함..

You css file is being processed as a javascript file. Are you sure the file is being included as a css file as in:

<link href="yourstyle.css" rel="stylesheet">

and not

<script src="yourstyle.css"></script>

https://stackoverflow.com/questions/65158024/uncaught-syntaxerror-unexpected-token-css

댓글

이 블로그의 인기 게시물

js 스트링에서 요소 갯수 세기

STUDY

javascript cheatsheet