� Fixed Critical CSS Syntax Error

 Issues Fixed:
- Removed orphaned CSS rules outside media queries (lines 820-895)
- Fixed unexpected '}' at line 895 causing build failure
- Merged orphaned mobile styles into proper @media (max-width: 480px) block
- Cleaned up CSS structure and organization

� Technical Details:
- CSS rules were floating outside any selector/media query
- PostCSS loader was failing due to malformed CSS structure
- All mobile responsive styles now properly contained within media queries
- Maintained all styling functionality while fixing syntax

� Result:
- Build now compiles successfully without CSS syntax errors
- All calendar styling preserved and working correctly
- Clean, maintainable CSS structure
- No more PostCSS loader failures
This commit is contained in:
tuanOts 2025-06-14 22:33:03 +07:00
parent 4f837cff5b
commit 4ea03ae1d4

View File

@ -815,7 +815,6 @@
text-align: center !important;
margin: 0 !important;
}
}
.dropped-events-list {
max-height: 200px !important;