docs/stylesheets
Jason Etcovitch 92d5722103
Add 2.22 release notes (#16586)
* Add 2.22.0

* Add 2.22.1

* Add 2.22.2

* Add 2.22.3

* Add 2.22.4

* Lint YAML files

* intro shouldn't be required

* Align all notes

* Full height sidebar

* Make the sidebar full height properly

* Get the real layout going

* Include full name

* Move details > summary around

* Fix sticky sidebar

* Tweak bottom of page

* Add more label colors

* Change heading title

* Don't be <details>, change sticky header

* Include other releases' info

* Show prev/next links

* Change sidenav to show all releases

* Fix ordering of chevron

* Fix link underlines

* Collapsing minor versions

* Moar padding

* Setup schema for sub-sections

* Update a YAML file to match schema

* Redo rendering/sorting logic

* Update layout

* Convert remaining notes

* Improve schema

* Use proper min properties

* Custom bullet points

* Show details control for version picker

* Improve layout on small screens

* One more tiny fix

* Order by semver

* Use proper version in details

* Fix extra arrows showing up

* Change label colors

* Pass the reference check

* Add gradients

* Gradient all the things
2020-12-11 13:43:11 -05:00
..
README.md Hello git history spelunker! 2020-09-27 14:10:11 +02:00
article.scss support custom Early Access breadcrumbs 2020-12-07 16:18:03 -05: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
gradients.scss Add 2.22 release notes (#16586) 2020-12-11 13:43:11 -05:00
index.scss Add 2.22 release notes (#16586) 2020-12-11 13:43:11 -05:00
nav.scss fix navigation on tablet 2020-11-26 01:39:28 +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 Hello git history spelunker! 2020-09-27 14:10:11 +02: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
release-notes.scss Add 2.22 release notes (#16586) 2020-12-11 13:43:11 -05:00
search.scss Hello git history spelunker! 2020-09-27 14:10:11 +02: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 match code style in table to code style in body (#16516) 2020-11-19 10:13:31 -05: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.