Skip to content

Files

Latest commit

dba1e7b · Sep 28, 2020

History

History
This branch is 51996 commits behind github/docs:main.

stylesheets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020
Sep 28, 2020
Sep 27, 2020
Sep 28, 2020
Sep 27, 2020

Styles

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

All styles come from:

<link rel="stylesheet" href="/dist/index.css">

index.css is a compiled version of index.scss, where all imported scss files are declared.

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.

We use Webpack to process the files - see javascripts/README.md for more information on how these files are compiled.