#2885 - Split the global.css file
0 guests and 0 members have recently viewed this.
The top 3 point earners from 8th Feb 2026 to 15th Feb 2026.
| Gabri |
|
|
|---|---|---|
| Master Rat |
|
|
| PDStig |
|
|
There are no events at this time
TODO...
Move colours to new _colors.css file
Move responsive modes stuff (in hybrid responsive branch) to new _responsive.css file
At top of global.css change comment to say colours are in _colors.css file
And also mention that every CSS file by default includes a <file>__extensions.css file
Search for code that references global.css and in some cases change to _colors.css
Search for code that references 'global' and in some cases change to '_colors'
For each CSS file add an include to the <file>__extensions CSS file on the bottom
And include a comment at the top recommending to add changes to the <file>__extensions file, even if the changes are to undo our own rules
Add all new CSS files to addon registry hooks
Remove the theme wizard inclusion-style method (not needed anymore)
...and make sure it is not documented
Test that now the Theme Wizard ends up only creating a single CSS file, _colors.css
Create and document some Tempcode for laying out substitutions on the CSS file that was just generated (so you can remove or replace chunks of default CSS without having to edit it)