From e6b37d7104ed5f9caff0d48b897a0d70ec47ff8d Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Wed, 12 Jun 2024 12:06:19 -0400 Subject: [PATCH] fix guidelines for contributing CSS changes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e711e651..9e4c96a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,7 +135,7 @@ When making changes, use those comments to make clear where and what we changed. If the change is greater than 1-3 lines, write the code in a new file in `theme/qiskit-sphinx-theme/custom_templates`, then use Jinja's `include` directive, as shown in the example right above. ### How to change CSS -Make CSS changes in the file `assets/styles/qiskit-sphinx-theme.css`. It takes precedence over any CSS rules from Furo. +Make CSS changes by editing the SCSS files in the `assets/styles/` directory. These take precedence over any CSS rules from Furo. When adding changes, document the rationale unless the code is already self-documenting and obvious. Group similar changes into sections.