mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The fill color is ignored when we generate webfonts in our main app. For our help center beta project using Astro, we would have needed to come up with a way to change fill colors for all the icons. Since, there was no reason for us to keep the fill colors in the SVGs, we decided to remove it instead and add a lint rule to keep that in check. See https://chat.zulip.org/#narrow/channel/6-frontend/topic/fill.20in.20our.20current.20svg.20icons for more details.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/ or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.