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 animation
- Oracle LISTAGG 사용 예시
- formgroup
- Angular Router
- 앵귤러 모달
- ajax 사용 예시
- Router
- mysql if
- 셀렉트박스 커스텀
- 아이오닉 스크롤 이벤트
- route
- prisma
- TAILWIND
- 옵저버블
- 검색
- angular route
- summary
- modal
- 모달
- flex-1
- 스크롤 이벤트 감지
- angular button
- egov spring ajax 사용 예시
- ApexChart
- 스크롤 이벤트
- scroll
- 호버
- Ionic modal
- angular modal
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