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
- summary
- Oracle LISTAGG 사용 예시
- route
- ajax 사용 예시
- modal
- egov spring ajax 사용 예시
- 앵귤러 모달
- 모달
- angular button
- 호버
- flex-1
- angular route
- Router
- Angular Router
- angular animation
- Ionic modal
- mysql if
- scroll
- 스크롤 이벤트
- 아이오닉 스크롤 이벤트
- 옵저버블
- prisma
- formgroup
- 스크롤 이벤트 감지
- ApexChart
- TAILWIND
Archives
- Today
- Total
목록tailwind css is not woriking (1)
깜놀하는 해므찌로

/** @type {import('tailwindcss').Config} */ module.exports = { content: [ join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html}'), ...createGlobPatternsForDependencies(__dirname), ], theme: { extend: { colors: { primary: { ...generateColors('#3C8EEE') }, warning: { ...generateColors('#F59E0B') }, danger: { ...generateColors('#EF4444') }, }, }, }, safelist: [ { pattern: /grid-/, }, ], plugins: []..
IT
2023. 6. 22. 18:24