docs/stylesheets
Peter Bengtsson 07a3e2a48c
Preview hover cards (#34702)
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
2023-03-21 19:59:49 +00:00
..
README.md Update README.md 2022-06-06 20:46:13 +05:30
extended-markdown.scss Permissions statement rendering on automated pages (#33718) 2023-01-03 19:44:44 +00:00
headings.scss Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
images.scss run prettier on all code in CI (#23482) 2021-12-08 16:11:52 +00:00
index.scss Preview hover cards (#34702) 2023-03-21 19:59:49 +00:00
links.scss Preview hover cards (#34702) 2023-03-21 19:59:49 +00:00
markdown-overrides.scss Bad spacing after tool switcher (Universe issue) (#32330) 2022-11-07 15:07:08 +00:00
shadows.scss Add btn-primary-matte, ScrollButton, TruncateLines to storybook (#21611) 2021-09-20 23:21:29 +00:00
syntax-highlighting.scss Small highlighting tweak (#22989) 2021-11-19 17:14:47 +00:00
utilities.scss Match GitHub on skip-to-content button style (#34921) 2023-02-21 16:29:29 +00:00

README.md

Styles

This website uses a Sass preprocessor, and gets most of its styles from GitHub's Primer design system.

All styles come from imports in our Next.js components (pages, components).

In general, we use Primer's utility classes as much as we can, and avoid writing custom styles whenever possible.

See https://primer.style/ for reference.