Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- useParams
- sort
- Redux
- 협업프로젝트
- toString
- db.json
- 카우치코딩
- JSON
- redux toolkit
- 자바스크립트
- react redux
- Redux store
- javascript코딩테스트
- React onClick
- 인라인블럭
- couchcoding
- react
- 6주포트폴리오
- foreach
- 블럭요소
- redux 사용방법
- line-through
- javascript React
- first-child
- 콜백함수
- 자바스크립트배포
- React state
- JavaScript
- useSearchParams
- useEffect
Archives
- Today
- Total
목록tailwindcss (1)
개발하는 루루언니

https://tailwindcss.com/docs/installation Installation - Tailwind CSS The simplest and fastest way to get up and running with Tailwind CSS from scratch is with the Tailwind CLI tool. tailwindcss.com 1. 터미널 설치 npm install -D tailwindcss npx tailwindcss init 2. 터미널을 설치하면 tailwind . config .js 가 생긴다. 3. content 안에 해당 내용입력 "./src/**/*.{html,js}" 나는 리액트를 사용하므로 html이 아닌 js,jsx를 넣었다. (참고) 4. 상위 css에 해당..
컴퓨터 정보/tailwind
2022. 11. 13. 20:10