refactor: update styles in SASS files for improved responsiveness and consistency
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
- Spring Security (커스텀 인증)
|
||||
- JPA/Hibernate 5.6.15 with Envers (감사 추적)
|
||||
- MapStruct (DTO 매핑), Lombok (보일러플레이트 제거)
|
||||
- SASS/SCSS (CSS 전처리기) - 스타일 수정 시 반드시 SASS 파일 수정
|
||||
|
||||
**CSS/SASS 가이드:**
|
||||
- CSS 파일(`src/main/resources/static/css/main.css`)은 SASS에서 컴파일된 결과물
|
||||
- 스타일 수정 시 반드시 SASS 파일(`src/main/resources/static/sass/`)을 수정해야 함
|
||||
- CSS 파일 직접 수정 금지 - SASS 파일 수정 후 컴파일 필요
|
||||
- SASS 컴파일: `sass src/main/resources/static/sass/main.scss src/main/resources/static/css/main.css`
|
||||
|
||||
## Git 브랜치 전략
|
||||
|
||||
|
||||
Reference in New Issue
Block a user