issues
search
JiayangYing
/
CITS3403_PRO
MIT License
2
stars
0
forks
source link
Consolidate CSS Files & Update References
#105
Closed
loklokyx
closed
5 months ago
loklokyx
commented
5 months ago
Compile all existing CSS files from different directories into a single CSS file named site.css.
Ensure that site.css contains all necessary styles and is organised for easy maintenance and updates.
Update all HTML and template files to reference the new site.css file instead of individual CSS files.
Verify that all styles are applied correctly and consistently across the application after consolidation.