docs/stylesheets
Mike Surowiec b279482cf9
Footer styling (#21877)
2021-10-06 18:09:11 +00:00
..
README.md Create a storybook with callout component (#20902) 2021-08-17 20:28:59 +00:00
extended-markdown.scss Scope markdown body (#21082) 2021-08-30 14:24:49 +00:00
headings.scss Scope markdown body (#21082) 2021-08-30 14:24:49 +00:00
images.scss Scope image.scss styles to markdown-body, fix emoji rendering (#20805) 2021-08-12 19:37:07 +00:00
index.scss Upgrade Primer CSS to version 17, removing marketing styles (#20965) 2021-08-31 14:49:39 -07:00
shadows.scss Add btn-primary-matte, ScrollButton, TruncateLines to storybook (#21611) 2021-09-20 23:21:29 +00:00
syntax-highlighting.scss Reorganize SCSS without changing any of the properties or values (#18963) 2021-04-26 16:18:25 +00:00
utilities.scss Footer styling (#21877) 2021-10-06 18:09:11 +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 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.