docs/stylesheets
Hector Alfaro 61885e9e6d
Annotations frontend (#37724)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-06-12 20:53:31 +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
heading-links.scss Update heading link to use link icon (#36785) 2023-05-09 16:42:10 +00:00
headings.scss Update permalinks for accessibility (#36714) 2023-05-01 14:03:02 +00:00
images.scss run prettier on all code in CI (#23482) 2021-12-08 16:11:52 +00:00
index.scss Change permalinks -> heading links (#36739) 2023-05-01 14:53:55 +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 Annotations frontend (#37724) 2023-06-12 20:53:31 +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.