1
0
mirror of synced 2025-12-26 05:02:55 -05:00
Files
docs/stylesheets
Kevin Heis 2fb2e962bc Move site search to use an endpoint (#17359)
* Move site search to use an endpoint

* Update browser.js

* Update search.js

* Update lib/search/versions.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* Fix URLs

Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-01-20 15:37:42 +00:00
..
2020-12-22 01:09:59 +02:00
2020-11-16 16:13:32 -05:00
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2020-12-13 12:38:54 +02:00
2020-10-15 15:51:51 -04:00
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2020-09-27 14:10:11 +02:00
2020-09-28 09:02:45 -07:00
2020-09-27 14:10:11 +02: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.