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 |
Tags
- route
- angular modal
- Angular Router
- TAILWIND
- angular button
- mysql if
- Ionic modal
- 앵귤러 애니메이션
- angular animation
- egov spring ajax 사용 예시
- modal
- summary
- 스크롤 이벤트 감지
- 검색
- 앵귤러 모달
- Router
- 아이오닉 스크롤 이벤트
- scroll
- Oracle LISTAGG 사용 예시
- flex-1
- prisma
- 스크롤 이벤트
- ajax 사용 예시
- 옵저버블
- formgroup
- 셀렉트박스 커스텀
- 호버
- 모달
- ApexChart
- angular route
Archives
- Today
- Total
깜놀하는 해므찌로
Tailwind media query response 예시 본문
반응형
SMALL
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html}'),
...createGlobPatternsForDependencies(__dirname),
],
theme: {
screens: {
xs: { min: '100px', max: '299px' },
mobile: { min: '300px', max: '639px' },
tablet: { min: '640px', max: '1279px' },
desktop: { min: '1280px' },
},
반응형
LIST
'IT' 카테고리의 다른 글
SVG change color / SVG 색상 수정 예시 (0) | 2023.06.29 |
---|---|
Angular font 적용하는 방법 예시 (0) | 2023.06.28 |
Angular Radio Component 생성 및 활용 예시 (0) | 2023.06.27 |
TypeScript Record 레코드 StringMap 활용 예시 (0) | 2023.06.26 |
Angular Ionic 스크롤 이벤트 감지 / Angular animation 앵귤러 애니메이션 (0) | 2023.06.26 |