docs/stylesheets
Robert Sese 57c1ed5d6e
Update permissions statement design (#30703)
2022-09-13 16:19:53 +00:00
..
README.md Update README.md 2022-06-06 20:46:13 +05:30
extended-markdown.scss Update permissions statement design (#30703) 2022-09-13 16:19:53 +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 Parse color_mode cookie in browser (#29738) 2022-08-09 16:48:18 +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.