docs/stylesheets
Steve Winton 16b2b27c25
Apply margin style to .contributor-callout p element
2021-03-11 12:27:40 -06:00
..
README.md Hello git history spelunker! 2020-09-27 14:10:11 +02:00
article.scss fix breadcrumbs block 2020-12-22 01:09:59 +02:00
dev-toc.scss add dev-toc stylesheet 2020-11-16 16:13:32 -05:00
directory.scss Hello git history spelunker! 2020-09-27 14:10:11 +02:00
explorer.scss Hello git history spelunker! 2020-09-27 14:10:11 +02:00
gradient.scss Actions Guides sublanding page (#16740) 2021-01-11 18:30:57 +01:00
index.scss fix conflict 2021-02-11 18:56:41 +09:00
nav.scss update dropdown 2020-12-13 12:38:54 +02:00
new-mktg.scss Add "Alliance" font (#16012) 2020-10-15 15:51:51 -04:00
opacity.scss Hello git history spelunker! 2020-09-27 14:10:11 +02:00
overrides.scss Apply margin style to .contributor-callout p element 2021-03-11 12:27:40 -06:00
print.scss Hello git history spelunker! 2020-09-27 14:10:11 +02:00
product-landing.scss "Guides" section of the Actions landing page (#16216) 2020-11-11 12:53:46 -05:00
product-sublanding.scss sublanding tweaks based on feedback (#17445) 2021-01-28 12:28:10 +00:00
release-notes.scss [DO NOT MERGE] GitHub Enterprise Server 3.0 release candidate megabranch (#16479) 2021-01-13 19:16:05 -08:00
scroll-button.scss Erase href and remove unwanted styles 2021-02-11 23:41:38 +09:00
search.scss Remove html-truncate, truncate with CSS instead (#17630) 2021-02-02 17:55:05 +00:00
shadows.scss "Guides" section of the Actions landing page (#16216) 2020-11-11 12:53:46 -05:00
sidebar.scss Creating background color utility 2020-09-28 09:02:45 -07:00
syntax-highlighting.scss Add copy button to code blocks (#16052) 2020-10-16 10:55:35 -04:00
tables.scss Actions: Various fixes for migration pages (#2093) 2021-01-18 17:19:38 +10:00
type.scss Hello git history spelunker! 2020-09-27 14:10:11 +02: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:

<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.