[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

댓글

이 블로그의 인기 게시물

STUDY

vue

Capacitor 웹 기반 애플리케이션을 네이티브 앱으로 감싸고, 네이티브 기능에 접근할 수 있게 해주는 프레임워크