* initial documentation changes * editing layouts terminology * update to match other files * move javascripts to components/lib * fix: dockerfile * update based on Mikes updates to the javascripts directory * update components/README.md Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
573 B
573 B
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.