Refactors calendar project structure and build configuration
Consolidates V2 codebase into main project directory Updates build script to support simplified entry points Removes redundant files and cleans up project organization Simplifies module imports and entry points for calendar application
This commit is contained in:
parent
9f360237cf
commit
863b433eba
200 changed files with 2331 additions and 16193 deletions
6
wwwroot/css/calendar.css
Normal file
6
wwwroot/css/calendar.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* Calendar - Entry point */
|
||||
/* Modular CSS architecture: one file per feature */
|
||||
|
||||
@import 'calendar-base.css';
|
||||
@import 'calendar-layout.css';
|
||||
@import 'calendar-events.css';
|
||||
Loading…
Add table
Add a link
Reference in a new issue