1
0
mirror of synced 2026-01-05 03:06:35 -05:00
Files
docs/stylesheets/README.md
Kevin Heis ae7b652463 Create a storybook with callout component (#20902)
* Create a storybook with callout component

* Add to dist/storybook

* Remove references to dist dir, storybook takes place

* Update Callout.stories.tsx

* Update Dockerfile

* Update Dockerfile
2021-08-17 20:28:59 +00:00

13 lines
470 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 imports in our Next.js compnents (pages, components).
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.