Skip to content

Commit 851c2fd

Browse files
committed
Apply formatting fixes to MAINTAINERS.md
1 parent c04e31b commit 851c2fd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

MAINTAINERS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ First off, thank you for considering contributing to Black Python Devs website.
1212
- [How to Contribute](#how-to-contribute)
1313
- [Accessibility](#accessibility)
1414
- [Translations](#translations)
15+
- [Styling](#styling)
1516

1617
# Before You Get Started
1718

@@ -123,3 +124,26 @@ The language code being used should be in the format [<ISO 639-1>](https://en.wi
123124
Our maintainers will review your pull request and merge it if everything is in order. We appreciate your contribution to making Black Python Devs accessible to more people around the world!
124125

125126
[1]: https://microsoftedge.microsoft.com/addons/detail/accessibility-insights-fo/ghbhpcookfemncgoinjblecnilppimih
127+
128+
# Styling
129+
130+
Black Python Devs website uses [Pico CSS](https://picocss.com/) for styling. To maintain optimal performance:
131+
132+
1. **Optimize Color Profiles**:
133+
134+
- Regularly review `pico.colors.min.css`
135+
- Remove unused color profiles to reduce file size
136+
- The color profiles file should be similar in size to `pico.min.css`
137+
138+
2. **Testing After Changes**:
139+
140+
- Thoroughly test the website after removing unused colors
141+
- Ensure all necessary styles are still applied correctly
142+
143+
3. **Performance Monitoring**:
144+
145+
- Monitor website load time after CSS optimizations
146+
- Report significant changes in performance to the team
147+
148+
4. **Framework Updates**:
149+
- When updating Pico CSS, re-evaluate and optimize color profiles

0 commit comments

Comments
 (0)