tailwind.css 파일 생성
@tailwind base;
@tailwind components;
@tailwind utilities;
해당 파일 위치 import
app/layout.tax 에
import "@/styles/tailwind.css";
'Next.js[react]' 카테고리의 다른 글
React에서 터치 스와이프 구현하기 2 (유한 상태 머신으로 리팩토링) (0) | 2024.07.01 |
---|---|
next/image 컴포넌트 이미지의 비율을 유지 (0) | 2024.06.27 |
aspect-ratio: 372 / 220; tailwind에서 설정하는 (0) | 2024.06.27 |
Target container is not a DOM element (0) | 2024.06.27 |
Next.js 외부 이미지 가져올때 설정 (0) | 2024.06.26 |