Astro site에서 CSS를 포함시키려면?

<style> tag를 사용해서 안에 CSS를 적용

global style을 사용할 수 있다

<style is:global>
...
</style>

.css 파일을 frontmatter에 import 할 수 있다.

또는

<html> 페이지안에 css를 넣어도 상관없음! 단 이경우에 public 폴더에

CSS 파일 need to be

Tailwind CSS를 사용하려면?

npx astro add tailwind