1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/stylesheets
Peter Bengtsson 7f6f20a73f run prettier on all code in CI (#23482)
* run prettier on all code in CI

* rename

* test .tsx too

* ignore more

* prettier the stragglers

* minimal permission
2021-12-08 16:11:52 +00:00
..
2021-10-28 19:17:23 +00:00
2021-10-28 19:17:23 +00:00

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 compnents (pages, components).

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

See styleguide.github.com/primer for reference.