mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Previously, CSS rules were added inline for emails page in dev server. This commit adds a new file which contains CSS rules for the emails page in dev server. This will also help us in adding focus for the radio buttons in the page, which cannot be added inline to the elements, when we remove the use of bootstrap for this page.
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.