Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add docs to primer-support readme
  • Loading branch information
broccolini committed Aug 9, 2017
commit d3ce5580d07b4a2ffd62da4a288c73fef55aaada
16 changes: 15 additions & 1 deletion modules/primer-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,21 @@ You can also import specific portions of the module by importing those partials

## Documentation

You can read more about support in the [docs][docs].
<!-- %docs
title: Support
-->

Primer is built on systems that form the foundation of our styles, and inform the way we write and organize our CSS. Building upon systems helps us make styles consistent and interoperable with each other, and assists us with visual hierarchy and vertical rhythm.

We use Sass variables to keep color, typography, spacing, and other foundations of our system consistent. Occasionally we use Sass mixins to apply multiple CSS properties, they are a convenient solution for frequently-used verbose patterns.

We've documented variables, mixins, and the systems they are built on for the following:
- [Breakpoints](./support/breakpoints)
- [Colors](./support/color-system)
- [Spacing](./support/spacing)
- [Typography](./support/typography)

<!-- %enddocs -->

## License

Expand Down