패러렐 라우트 모달에서 tailwind css 모듈을 찾을 수 없다고 에러가 발생합니
453
1 asked
안녕하세요, 페러렐 라우트 모달파트에서 모듈 에러가 발생하여 질문드립니다.
tailwind css와 관련된 모듈을 설치한 적도 없고
tailwind css코드를 작성한 적도 없는데 계속
이러한 에러가 발생합니다...
node_modules를 지웠다가 설치해도 안되고
tailwind css와 관련된 패키지가 설치되어있는지 찾아봤지만 발견할 수 없었습니다 ㅠ
아래 코드가 page.modules.css 코드입니다.
.container {
width: 100dvw;
height: 100dvh;
display: flex;
flex-direction: row;
background-color: #fff;
}
.left {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
}
.right {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}
.right h1 {
font-weight: bold;
font-size: 64px;
margin: 48px 0;
}
.right h2 {
font-weight: bold;
font-size: 31px;
margin-bottom: 32px;
}
.right h3 {
font-weight: bold;
font-size: 17px;
margin-bottom: 20px;
margin-top: 40px;
}
.signup {
width: 300px;
height: 40px;
border-radius: 20px;
padding: 0 16px;
font-size: 15px;
background-color: rgb(29, 155, 240);
color: white;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.signup:hover {
background-color: rgb(26, 140, 216);
}
.login {
width: 300px;
height: 40px;
border-radius: 20px;
padding: 0 16px;
font-size: 15px;
color: rgb(29, 155, 240);
border: 1px solid rgb(207, 217, 222);
display: flex;
align-items: center;
justify-content: center;
}
.login:hover {
background-color: rgba(29, 155, 240, 0.1);
}
Answer 1
캡처링부분 질문있습니다.
0
74
2
깃에 소스코드를 찾을 수 없습니다.
0
113
2
useInfiniteQuery promise와 react use 사용시 페이지 무한 로딩
0
98
1
import 파일 경로를 찾지 못 해서 에러가 발생합니다.
0
109
2
css 라이브러리 추천 부탁드립니다
0
140
2
팔로우 추천 목록이 빈 배열로 들어옵니다.
0
130
1
게시물 업로드 시 userId가 undefined로 들어가는 오류
0
119
1
useSuspenseQuery 사용 시 SSR 401 이슈 관련
0
171
1
리액트 쿼리 useinfinitequery 무한스크롤 구현 시 페이지가 이동할 경우 데이터가 보존되게 할 수 있나요??
0
184
3
폴링이 필요없는 이유
0
93
2
next Request Memoization과 react cache
0
108
2
seo 최적화 기준은 데이터 fetching인가요 아님 데이터 렌더링인가요?
0
84
2
next.js 서버fetch 에러 fallback ui 구현 방법
0
173
2
프레임워크 여론 파악법
0
125
2
필터옵션이 많은 페이지에서 서버 fetch를 하는게 맞는걸까요??
0
103
2
서버 fetch suspense 로 감싸고 새로고침 시 잠시 빈 화면이 노출된 후 fallback ui가 노출됩니다.
0
102
2
template.tsx 내 서버fetch 응답값과 클라이언트 컴포넌트 상태값 싱크가 맞지 않는 이슈
0
66
2
Auth.js 사용 시 authorize 함수가 호출되지 않습니다
0
131
2
next.js 에서 로그인에 관하여
0
138
1
Next의 route handler에 대한 질문이 있습니다.
0
101
2
게시판 리스트 만들때 use client를 어디서부터 집어넣어야할지 모르겠습니다
0
97
2
프라이빗 폴더를 해야 하는 이유가 모호한 것 같아요.
0
85
2
vanilla-extract 못찾는 문제
0
229
2
fetch 캐싱과 revalidate 관련
0
84
2

