1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/stylesheets
Mike Surowiec df38087aed Update 404/500 pages to no longer use liquid templates (#20450)
* Update 404/500 page rendering to no longer use liquid templates

* updating tests

* remove unused path

Co-authored-by: Grace Park <gracepark@github.com>
2021-07-21 12:22:30 -07:00
..
2021-07-14 14:35:01 -07:00
2021-06-16 19:47:01 +00:00
2021-07-14 14:35:01 -07:00
2021-07-14 14:35:01 -07:00
2021-04-22 15:04:33 +00:00
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2021-06-24 11:15:24 -07:00

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.