1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Files
docs/stylesheets/README.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

20 lines
757 B
Markdown

# Styles
This website uses a Sass preprocessor, and gets most of its styles from GitHub's
[Primer](https://primer.style) design system.
All styles come from:
```html
<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](https://styleguide.github.com/primer/utilities/)
as much as we can, and avoid writing custom styles whenever possible.
See [styleguide.github.com/primer](https://styleguide.github.com/primer/) for reference.
We use [Webpack](https://github.com/webpack/webpack) to process the files - see [javascripts/README.md](../javascripts/README.md) for more information on how these files are compiled.