docs/stylesheets
Peter Bengtsson f957ddc797
Bad spacing after tool switcher (Universe issue) (#32330)
2022-11-07 15:07:08 +00:00
..
README.md Update README.md 2022-06-06 20:46:13 +05:30
extended-markdown.scss Fix bottom margin for notes (#32285) 2022-11-03 00:44:02 +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 Bad spacing after tool switcher (Universe issue) (#32330) 2022-11-07 15:07:08 +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 REST two-pane layout (#26954) 2022-05-02 10:10:33 -07: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.