Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 선택자
- regexp
- Grid
- vscode
- row-gap
- 가상클래스
- frontend
- 코딩테스트
- 코드일기
- Pseudo
- display
- scss
- 코딩문제
- JavaScript
- 코딩퀴즈
- sass
- 코드다이어리
- 정규식표현
- 코딩일기
- Coda
- tailwindcss
- 친해지기
- js
- HTML
- column-gap
- CLASS
- CSS
- property
- DOM
Archives
- Today
- Total
목록2024/06/14 (1)
< Code diaries />
Node.js에서 tailwind 설치 및 사용하기
아래의 순서대로 3가지를 모두 설치한다.package.json에서 버전확인npm i -D tailwindcss@latestnpm i -D postcss@latestnpm i -D autoprefixer@10.4.5 tailwind.config.js 파일 생성하기npx tailwindcss init 참고영상https://www.youtube.com/watch?v=YTwOhrVbf-c autoprefixer 설치에러 정리https://xpectation.tistory.com/224 [CSS] 'autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.' 해결방au..
Resources
2024. 6. 14. 12:56