일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- TACKING
- 40HQ컨테이너40GP컨테이너차이
- 헤이큐
- 요척합의
- 필터링후복사붙여넣기
- Armhole Drop
- 엑셀필터복사붙여넣기
- 슈퍼코딩
- MERN스택
- 40HQ컨테이너
- 비슬론지퍼
- 암홀트롭
- 와끼
- 엑셀자동서식
- 핸드캐리쿠리어차이점
- 미니마카
- 웹API
- WHATTIMEOFTHEDAY
- 고급영어단어
- 지연환가료
- 클린코드
- 우레탄지퍼
- 영어시간읽기
- 나일론지퍼
- 자켓실측
- 엑셀드래그단축키
- 비리짐
- 봉제용어
- AATCC
- 미국영어연음
- Today
- Total
목록PROGRAMMING (433)
CASSIE'S BLOG
styled-components와 더 친해지기 위해 ThemeProvider를 이용해서 다크모드 예제를 만들어봤다. 🔻 theme.js export const dark = { colors: { titleColor: "#fff", bgColor: "#232332", } } export const light = { colors: { titleColor: "#232332", bgColor: "#fff", } } 다크모드일 때, 라이트모드일 때 텍스트 컬러와 배경 컬러를 지정해준다. import styled, { ThemeProvider } from "styled-components"; styled-components에서 ThemeProvider를 import 해준다. 🔻 App.jsx
출처: [WEB] manifest.json은 무슨 역할을 할까? :: 코딩 공부 일지 (tistory.com)
안젤라 웹프로그래밍에서 해봤었는데, 못 찾아서 버벅거린 것 https://www.favicon.cc/ #5. Favicon.cc Favicon.cc may look like an early 90s reincarnation of MS Paint, but don’t be fooled by its stripped-back visage. It boasts all the functionality you’ll need to create your favicon, then export it correctly. You can even view the latest – and highest-rated – favicons to get inspired, and preview your own favicon before you d..
#2 줄 바꿈 기존 문자열은 \n과 같은 거로 줄 바꿈 해야 했지만 이젠 그냥 엔터 치고 줄 바꿈 하면 그대로 들어간다. const preloader_slide = keyframes` from { transform: scaleY(0) } to { transform: scaleY(1) } `;
Simply try npm install npm@latest -g it worked for me cheers. https://cafe.naver.com/hacosa/299857?art=ZXh0ZXJuYWwtc2VydmljZS1uYXZlci1zZWFyY2gtY2FmZS1wcg.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjYWZlVHlwZSI6IkNBRkVfVVJMIiwiY2FmZVVybCI6ImhhY29zYSIsImFydGljbGVJZCI6Mjk5ODU3LCJpc3N1ZWRBdCI6MTY5MzAxOTI0MzQ4OH0.3BfgikQ2fw9wS_k5j6vczhF_HFtNNRgocYs-EsDwDbA
PS D:\personal\supercoding-workspace-react-2\react-fundamental-all\react-fundamental> git status On branch practice/4-6 Your branch is ahead of 'origin/practice/4-6' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working tree clean PS D:\personal\supercoding-workspace-react-2\react-fundamental-all\react-fundamental> git status를 눌렀더니. Your branch is ahead of 'origi..