[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
댓글
댓글 쓰기