From 67114f315e9a7c2a53344125db25235c740efcba Mon Sep 17 00:00:00 2001 From: VinnyNC Date: Sun, 28 Sep 2025 23:01:27 -0400 Subject: [PATCH] 1.4.2: CSS Asset Management - consolidated CSS loading with main.css, added minification scripts --- UI_UPDATE.MD | 8 ++++---- assets/css/main.css | 6 ++++++ index.php | 6 +----- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 assets/css/main.css diff --git a/UI_UPDATE.MD b/UI_UPDATE.MD index 22949ab..66b5d33 100644 --- a/UI_UPDATE.MD +++ b/UI_UPDATE.MD @@ -130,10 +130,10 @@ Always come back and update UI_UPDATE.MD once complete with task and task item. - [x] Define cache-busting strategy for static files #### 1.4.2: CSS Asset Management -- [ ] Organize CSS files by component/functionality -- [ ] Create import hierarchy and load order -- [ ] Implement minification strategy -- [ ] Set up development vs production builds +- [x] Organize CSS files by component/functionality +- [x] Create import hierarchy and load order +- [x] Implement minification strategy +- [x] Set up development vs production builds #### 1.4.3: JavaScript Asset Organization - [ ] Structure JavaScript modules in logical directories diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..87b8f1c --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,6 @@ +/* Main CSS file - imports all modular stylesheets */ +@import url('reset.css'); +@import url('variables.css'); +@import url('utilities.css'); +@import url('components.css'); +@import url('layout.css'); diff --git a/index.php b/index.php index a9560c2..1093648 100644 --- a/index.php +++ b/index.php @@ -308,11 +308,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['action'])) { Dodgers Stream Theater - - - - - +