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 | 31 |
Tags
- 앵귤러 모달
- angular modal
- angular route
- Oracle LISTAGG 사용 예시
- route
- flex-1
- Router
- prisma
- angular button
- 검색
- scroll
- 호버
- Ionic modal
- 스크롤 이벤트 감지
- TAILWIND
- ajax 사용 예시
- 앵귤러 애니메이션
- modal
- mysql if
- ApexChart
- angular animation
- formgroup
- 스크롤 이벤트
- 아이오닉 스크롤 이벤트
- 모달
- 셀렉트박스 커스텀
- 옵저버블
- egov spring ajax 사용 예시
- Angular Router
- summary
Archives
- Today
- Total
목록tailwind 기본 (1)
깜놀하는 해므찌로
tailwind 기본 설정 / tailwind is not working
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,ts,js,scss}"], theme: { extend: { colors: { primary: generateColors("#001650"), menuHover: generateColors("#1A2D62"), primarylighter: generateColors("#334573"), danger: generateColors("#dc2626"), user: generateColors("#009E23"), branch: generateColors("#9E007A"), menu: generateColors("#9E7200"), success: g..
IT
2023. 4. 25. 17:22